summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-24 20:01:42 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-24 20:01:42 -0800
commit2e151c544a4312ec9721c6abedd0f1e4067f9231 (patch)
tree548eeafaa7c97bac53927f8860acd05886bea10b
parentc8e0911f5df9d587e16bccf70cd48cac05d9c49d (diff)
downloadpep8-2e151c544a4312ec9721c6abedd0f1e4067f9231.tar.gz
Updated changelog from last few merges
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6e853eb..d25315a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,16 @@ Changelog
Announcements:
* Repository renamed to `pycodestyle`; Issue #466 / $481.
+* Added joint Code of Conduct as member of PyCQA; #483
+
+Changes:
+
+* Added tox test support for Python 3.5 and pypy3
+
+Bugs:
+
+* Fixed bug with treating `~` operator as binary; #384
+* Identify binary operators as unary; #484
1.7.0 (2016-01-12)
------------------