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