summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-15 00:31:54 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-15 00:31:54 -0800
commit940c5afd6d75beacf07f6dcfb265a7a12eddf55f (patch)
tree7bb5ef8603b436b9ac9d368ba3ac218b934a87ce
parentd262ff7e20ed785b742a400013d9f948ed2801e9 (diff)
downloadpep8-940c5afd6d75beacf07f6dcfb265a7a12eddf55f.tar.gz
Update changelog for #338 fix.
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 25222ab..47bdc4c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -32,6 +32,7 @@ Bug fixes:
* Report E402 for import statements not at the top of the file. (Issue #264)
+* Explicitly issue E211 for "print (1)". (Issue #338)
1.5.7 (2014-05-29)
------------------