summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-17 14:50:42 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-17 14:50:42 +0200
commit895432f72f199ea7f76cabcce442c4a2bc30e60e (patch)
treeef89a79e5bc1a80303408d23c912bc7cf5affcf3 /CHANGES.txt
parentad28d340b5f93df534e0b45243e4d7fa5fecd518 (diff)
downloadpep8-895432f72f199ea7f76cabcce442c4a2bc30e60e.tar.gz
Do not read the configuration when used as a module.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c87b986..33b49f2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,9 @@ Changelog
* Explain which configuration options are expected. Accept and recommend
the options names with hyphen instead of underscore. (Issue #82)
+* Do not read the user configuration when used as a module
+ (except if ``config_file=True`` is passed to the ``StyleGuide`` constructor).
+
* Fix wrong or missing cases for the E12 series.
* Fix cases where E122 was missed. (Issue #81)