summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-03-26 02:56:26 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-03-26 02:56:26 +0200
commit5fd3056cab62dbc51767676b0ed9bc285e43f228 (patch)
treee2a74246ed95ac77a5fa48a0b0fa9eb1af3467a9 /CHANGES.txt
parent1288552e8ccd47ff857497a9e52f12293fbbd66e (diff)
downloadpep8-5fd3056cab62dbc51767676b0ed9bc285e43f228.tar.gz
Add the testsuite to MANIFEST.in, add changelog entry for issue #26 too.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d02856c..7d00de3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,11 +5,15 @@ Changelog
0.6.2 UNRELEASED
----------------
+* Make the shebang more flexible. (Issue #26)
+
+* Add testsuite to the bundle. (Issue #25)
+
* Fixes for Jython. (Issue #49)
* Add PyPI classifiers. (Issue #43)
-* Fix the ``--exclude``option. (Issue #48)
+* Fix the ``--exclude`` option. (Issue #48)
* Fix W602, accept ``raise`` with 3 arguments. (Issue #34)