summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-01-12 09:16:57 -0800
committerIan Lee <IanLee1521@gmail.com>2016-01-12 09:16:57 -0800
commitdd2302e0fe6b213d367b0a73ad84c31b68bca5cc (patch)
tree0a9c6059217b97f566e353640f03342519abc971
parent1c496307f8c0e340c9f26d0972406bf53470282c (diff)
downloadpep8-dd2302e0fe6b213d367b0a73ad84c31b68bca5cc.tar.gz
Added missing changelog entries.
-rw-r--r--CHANGES.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index edae3a1..1950598 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -15,7 +15,9 @@ 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.
-* Added support for Python 3.5. (Issue #420)
+* Added support for Python 3.5. (Issue #420 & #459)
+* Added support for multi-line config_file option parsing. (Issue #429)
+* Improved parameter parsing. (Issues #420 & #456)
Bugs: