summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-14 17:21:09 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-14 17:21:09 -0800
commitd80fc1241c9a13c6585f65b217cac33f8dc6d2d7 (patch)
tree9d292b466e2b11af010fec125f935a3b7fb1dbf5 /CHANGES.txt
parentc528dbe17fe428854cdbfcf958fcad6df57d82d3 (diff)
parent1ee296bca0fa611d3dbe87c5c5c8009e448d2556 (diff)
downloadpep8-d80fc1241c9a13c6585f65b217cac33f8dc6d2d7.tar.gz
Merge remote-tracking branch 'yole/import-on-top-of-file' into 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)
------------------