summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-31 10:14:36 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-31 10:14:36 -0700
commita7362de1af81a2f1916f2d7e52f6af80e00c7aa1 (patch)
tree8982b223650244dff402b184ccf3788f95846bf3
parent3f00bed57ccc1b33f6872021e25f60d4ddba4760 (diff)
downloadpep8-a7362de1af81a2f1916f2d7e52f6af80e00c7aa1.tar.gz
Updated changelog with changes made since 1.7.0
-rw-r--r--CHANGES.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fe2665c..5c04216 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,11 +13,13 @@ Announcements:
Changes:
* Added tox test support for Python 3.5 and pypy3
+* Added check E275 for whitespace on `from ... import ...` lines; #489 / #491
+* Added W503 to the list of codes ignored by default ignore list; #498
Bugs:
-* Fixed bug with treating `~` operator as binary; #384
-* Identify binary operators as unary; #484
+* Fixed bug with treating `~` operator as binary; #383 / #384
+* Identify binary operators as unary; #484 / #485
1.7.0 (2016-01-12)
------------------