summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-01-12 10:39:59 -0800
committerIan Lee <IanLee1521@gmail.com>2016-01-12 10:39:59 -0800
commitb8088a2b6bc5b76bece174efad877f764529bc74 (patch)
tree3f5427fec6976c52bc133562f55d4b7763bb9629 /CHANGES.txt
parentda3467564b6e50cf841913d0b108b66fff3ae5e2 (diff)
parenta0da509108ac63582c4c96ad8a38225b4724fcf6 (diff)
downloadpep8-b8088a2b6bc5b76bece174efad877f764529bc74.tar.gz
Merge pull request #470 from PyCQA/release/v1.71.7.0
v1.7 release
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5499abd..860b6ad 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,14 +2,26 @@ Changelog
=========
-1.6.x (unreleased)
+1.7.0 (2016-01-12)
------------------
+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 & #459)
+* Added support for multi-line config_file option parsing. (Issue #429)
+* Improved parameter parsing. (Issues #420 & #456)
+
+Bugs:
+
+* Fixed BytesWarning on Python 3. (Issue #459)
1.6.2 (2015-02-15)
------------------