Skip to content

Commit e4244fe

Browse files
committed
Updated changelog from feedback.
1 parent 1391c7e commit e4244fe

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

CHANGES.txt

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,16 @@ Announcements:
1010

1111
Changes:
1212

13-
* Add Gitter badge; #557
1413
* Report E302 for blank lines before an "async def"; #556
15-
* Updated tox to do same tests as Travis CI (`setup.py test`).
16-
* Updated to use sheilds.io badges.
17-
* Updated text about running tests with tox; #552
18-
* Update maximum_line_length to use Checker.noqa; 538
19-
* Updated Travis CI doc link.
20-
* Updated docs related to tested Python versions.
21-
* Added skip missing interpreters flag to tox config.
22-
* Add test-requirements.txt with basic test packages.
23-
* Report E742 and E743 for badly named functions and classes.
24-
* Also report E741 on 'global' and 'nonlocal' statements.
25-
* Report E741 for prohibited single-letter variables.
26-
* Added venv/ (virtualenv) to list of git ignored filename patterns.
14+
* Update our list of tested and supported Python versions which are 2.6 through 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.
2717

2818
Bugs:
2919

30-
* Stop checking for string option type; #561
20+
* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle 2.0.0; #561
3121
* Require two blank lines after toplevel def, class; #536
32-
* Badly named single-letter variable names are not detected; #341
33-
* Fixing compound_statement not to be quadratic in # of :s; #314
22+
* Remove accidentally quadratic computation based on the number of colons. This will make pycodestyle faster in some cases; #314
3423

3524
2.0.0 (2016-05-31)
3625
------------------

0 commit comments

Comments
 (0)