summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-03-17 21:52:23 -0700
committerIan Lee <IanLee1521@gmail.com>2015-03-17 21:55:36 -0700
commit435d1cbf995a659a82d1d4b42d25e3459556ef21 (patch)
treeaec957ffb0c49b3cab0d0d7622837a735939850b /CHANGES.txt
parentf6fe8ac6e29a0395ce53416f98a10a8720bd43d2 (diff)
downloadpep8-435d1cbf995a659a82d1d4b42d25e3459556ef21.tar.gz
Reverted fix for #368 which had unintended repurcussions in flake8 and other places.
This fix reverts to the parsing of user config (~/.config/pep8), then local directory config files, and finally overrides with cli options as was the behavior back in 1.5.7
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 85eb043..5499abd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,12 @@ Changelog
1.6.x (unreleased)
------------------
+Changes:
+
+* Reverted the fix in #368, "options passed on command line are only ones
+ accepted" feature. This has many unintended consequences in pep8 and flake8
+ and needs to be reworked when I have more time.
+
1.6.2 (2015-02-15)
------------------