summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-16 14:51:52 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-16 21:04:11 +0100
commit6a2f71b19fb107983af6bb321fa6cb3b78650f4a (patch)
treee0f286f059c63a68ce2d112ee7c79ba541e7c40a /CHANGES.txt
parentab63c978ac3540cd556f880d6035264deea8cb6e (diff)
downloadpep8-6a2f71b19fb107983af6bb321fa6cb3b78650f4a.tar.gz
Fix false positive E713; issue #330issue336
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3427e9b..657ada9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,7 +36,7 @@ Bug fixes:
* Don't crash if os.path.expanduser() throws an ImportError. (Issue #297)
-* Fix false positive E711/E712. (Issue #336)
+* Fix false positive E711/E712/E713. (Issues #330 and #336)
1.5.7 (2014-05-29)