diff options
-rw-r--r-- | CHANGES.txt | 10 |
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) |