Skip to content

Commit 24611d1

Browse files
authored
Merge pull request #574 from daspecster/prepare-2.1.0-changelog
Update CHANGES.txt for 2.1.0 release.
2 parents 39e5718 + 61f2e4e commit 24611d1

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGES.txt

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@ Changelog
44
2.1.0 (unreleased)
55
------------------
66

7+
Announcements:
8+
9+
* Change all references to the pep8 project to say pycodestyle; #530
10+
711
Changes:
812

9-
* Added check E74x for using variables named 'l', 'O', or 'I'; #341
10-
* Improved performance of `compound_statements` check; #314 / #522
11-
* Fixed remaining references to `pep8`; #518 / #530
12-
* Added `noqa` support for `maximum_line_length` check; #538
13-
* Added check E305 for two blank lines after toplevel methods and classes; #400
13+
* Report E302 for blank lines before an "async def"; #556
14+
* Update our list of tested and supported Python versions which are 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy.
15+
* Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'.
16+
* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited single-letter variables.
17+
18+
Bugs:
1419

20+
* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle 2.0.0; #561
21+
* Require two blank lines after toplevel def, class; #536
22+
* Remove accidentally quadratic computation based on the number of colons. This will make pycodestyle faster in some cases; #314
1523

1624
2.0.0 (2016-05-31)
1725
------------------

0 commit comments

Comments
 (0)