summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-01-11 13:26:01 -0800
committerIan Lee <IanLee1521@gmail.com>2016-01-11 13:27:15 -0800
commit7680e2fdec0797e6a91b11f61d4af4d1d6f3c4ff (patch)
tree8600fee3bae413e7e331c5469214fb665b64f4e6
parentda3467564b6e50cf841913d0b108b66fff3ae5e2 (diff)
downloadpep8-7680e2fdec0797e6a91b11f61d4af4d1d6f3c4ff.tar.gz
Updated changelog, leaving date as unreleased for the moment
-rw-r--r--CHANGES.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5499abd..edae3a1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,14 +2,24 @@ Changelog
=========
-1.6.x (unreleased)
+1.6.3 (unreleased)
------------------
+Announcements:
+
+* Repository moved to PyCQA Organization on GitHub:
+ https://github.com/pycqa/pep8
+
Changes:
* Reverted the fix in #368, "options passed on command line are only ones
accepted" feature. This has many unintended consequences in pep8 and flake8
and needs to be reworked when I have more time.
+* Added support for Python 3.5. (Issue #420)
+
+Bugs:
+
+* Fixed BytesWarning on Python 3. (Issue #459)
1.6.2 (2015-02-15)
------------------