summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-15 22:49:11 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-15 22:49:11 +0100
commite89184443e09db914f6cde524fe7d627a6dac44d (patch)
tree0b8fa84cdcc6872850a297a0deb6cce46e19bf80
parent72b232a7e23d9d9e126bf2f08b067550ce11d730 (diff)
downloadpep8-e89184443e09db914f6cde524fe7d627a6dac44d.tar.gz
Review changelog
-rw-r--r--CHANGES.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 25222ab..f506dc9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,7 @@ News:
* Ian Lee <ianlee1521@gmail.com> joined the project as a maintainer.
-Bug fixes:
+Changes:
* Report E731 for lambda assignment. (Issue #277)
@@ -22,15 +22,17 @@ Bug fixes:
* 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)
+
* Strip whitespace from around paths during normalization. (Issue #339 / #343)
* Update ``--format`` documentation. (Issue #198 / Pull Request #310)
-* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
-
* Add ``.tox/`` to default excludes. (Issue #335)
-* Report E402 for import statements not at the top of the file. (Issue #264)
+Bug fixes:
+
+* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
1.5.7 (2014-05-29)