diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-05-27 16:57:26 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-05-27 16:57:26 +0200 |
commit | dc1aff919702fef7425565b898cd3103c2c69b13 (patch) | |
tree | c2c56765eadfcd5632a3d6fbaf4f6d1fe30d29ff /CHANGES.txt | |
parent | b3bed40996b3f79d58335826bc39bbb605bcb5c7 (diff) | |
download | pep8-dc1aff919702fef7425565b898cd3103c2c69b13.tar.gz |
Fix issue #29: spurious E225 and E701 for function annotations
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 3c9e161..9d91e86 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,8 @@ Changelog 1.2 (UNRELEASED) ---------------- +* Fix spurious E225 and E701 for function annotations. (Issue #29) + * Add E502 for explicit line join between brackets. * Fix E901 when printing source with ``--show-source``. |