Skip to content

Commit e891844

Browse files
committed
Review changelog
1 parent 72b232a commit e891844

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGES.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ News:
99

1010
* Ian Lee <[email protected]> joined the project as a maintainer.
1111

12-
Bug fixes:
12+
Changes:
1313

1414
* Report E731 for lambda assignment. (Issue #277)
1515

@@ -22,15 +22,17 @@ Bug fixes:
2222
* Report E266 instead of E265 when the block comment starts with
2323
multiple ``#``. (Issue #270)
2424

25+
* Report E402 for import statements not at the top of the file. (Issue #264)
26+
2527
* Strip whitespace from around paths during normalization. (Issue #339 / #343)
2628

2729
* Update ``--format`` documentation. (Issue #198 / Pull Request #310)
2830

29-
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
30-
3131
* Add ``.tox/`` to default excludes. (Issue #335)
3232

33-
* Report E402 for import statements not at the top of the file. (Issue #264)
33+
Bug fixes:
34+
35+
* Don't crash if Checker.build_tokens_line() returns None. (Issue #306)
3436

3537

3638
1.5.7 (2014-05-29)

0 commit comments

Comments
 (0)