summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-14 18:26:00 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-14 18:26:00 -0800
commitf3a12babd4278f8f7a529a9d1d63d56faf071cf8 (patch)
tree86e0081bac2df422a6987b1bfe42f55a3e2c0669 /CHANGES.txt
parentc528dbe17fe428854cdbfcf958fcad6df57d82d3 (diff)
parented36d8b250474816c80bc11ce2bb313b23fad064 (diff)
downloadpep8-f3a12babd4278f8f7a529a9d1d63d56faf071cf8.tar.gz
Merge branch 'issue304'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bb875a9..25222ab 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -30,6 +30,8 @@ Bug fixes:
* Add ``.tox/`` to default excludes. (Issue #335)
+* Report E402 for import statements not at the top of the file. (Issue #264)
+
1.5.7 (2014-05-29)
------------------