Skip to content

Commit a7362de

Browse files
committed
Updated changelog with changes made since 1.7.0
1 parent 3f00bed commit a7362de

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Announcements:
1313
Changes:
1414

1515
* Added tox test support for Python 3.5 and pypy3
16+
* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
17+
* Added W503 to the list of codes ignored by default ignore list; #498
1618

1719
Bugs:
1820

19-
* Fixed bug with treating `~` operator as binary; #384
20-
* Identify binary operators as unary; #484
21+
* Fixed bug with treating `~` operator as binary; #383 / #384
22+
* Identify binary operators as unary; #484 / #485
2123

2224
1.7.0 (2016-01-12)
2325
------------------

0 commit comments

Comments
 (0)