summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@google.com>2014-07-24 18:29:58 +0200
committerDmitry Jemerov <yole@google.com>2014-07-24 18:29:58 +0200
commit1ee296bca0fa611d3dbe87c5c5c8009e448d2556 (patch)
tree4df955c343dc3726a06f0a023f82249ded91d362 /CHANGES.txt
parent4c5bf00cb613be617c7f48d3b2b82a1c7b895ac1 (diff)
downloadpep8-1ee296bca0fa611d3dbe87c5c5c8009e448d2556.tar.gz
Report E402 for imports not on top of file; issue #264. Also add ability to keep local state for each checker plugin. #ep14boat
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 4bcfcf7..81adde2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,8 @@ Changelog
* Report E266 instead of E265 when the block comment starts with
multiple ``#``. (Issue #270)
+* Report E402 for import statements not at the top of the file. (Issue #264)
+
1.5.7 (2014-05-29)
------------------