diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-03-26 02:09:51 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-03-26 02:09:51 +0200 |
commit | cba8f177ed560d25cebad65e86850d9c96c95b78 (patch) | |
tree | cf74e81d4ddd522f2fa670bf048e06f28cc0bb7a /CHANGES.txt | |
parent | c7730e14159b0c171a08871db467073bc85e0442 (diff) | |
download | pep8-cba8f177ed560d25cebad65e86850d9c96c95b78.tar.gz |
Merge fixes for issues #34, #43 and #48.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4934a46..035d403 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,22 @@ Changelog ========= +0.6.2 UNRELEASED +---------------- + +* Add PyPI classifiers. (Issue #43) + +* Fix the ``--exclude``option. (Issue #48) + +* Fix W602, accept ``raise`` with 3 arguments. (Issue #34) + + +0.6.1 (2010-10-03) +------------------ + +* Fix inconsistent version numbers. (Issue #21) + + 0.6.0 (2010-09-19) ------------------ |