Skip to content

Commit 5c4ca67

Browse files
committed
Fixed line wrapping in CHANGELOG
1 parent 24611d1 commit 5c4ca67

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGES.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ Announcements:
1111
Changes:
1212

1313
* 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.
14+
* Update our list of tested and supported Python versions which are 2.6, 2.7,
15+
3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy.
1516
* 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+
* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited
18+
single-letter variables.
1719

1820
Bugs:
1921

20-
* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle 2.0.0; #561
22+
* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle; #561
2123
* 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
24+
* Remove accidentally quadratic computation based on the number of colons. This
25+
will make pycodestyle faster in some cases; #314
2326

2427
2.0.0 (2016-05-31)
2528
------------------

0 commit comments

Comments
 (0)