summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
------------------