summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-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)
------------------