summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-17 01:50:46 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-17 01:50:46 +0100
commit071e5d78e71d778ee790c256f6b96a5d7b7896ea (patch)
tree2af79fd04e50dde86684ce1157a2b47ff266fac4
parentf184416185a9bcb1df7e16d72d77ce6fcdff4ff8 (diff)
downloadpep8-071e5d78e71d778ee790c256f6b96a5d7b7896ea.tar.gz
Add changelog entry for #323
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 79a3454..168aef0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,9 @@ Bug fixes:
* Don't crash if os.path.expanduser() throws an ImportError. (Issue #297)
+* Missing space around keyword parameter equal not always reported, E251.
+ (Issue #323)
+
1.5.7 (2014-05-29)
------------------