summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-12-16 01:05:48 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-12-16 21:03:45 +0100
commitab63c978ac3540cd556f880d6035264deea8cb6e (patch)
treeed510c7f7b86ad538a191683b2f0ab22bcc1b497 /CHANGES.txt
parentda9f37d3d9466e1cc35579748cb8adab57b5791c (diff)
downloadpep8-ab63c978ac3540cd556f880d6035264deea8cb6e.tar.gz
Fix false positive E711/E712; issue #336
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 79a3454..3427e9b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,8 @@ Bug fixes:
* Don't crash if os.path.expanduser() throws an ImportError. (Issue #297)
+* Fix false positive E711/E712. (Issue #336)
+
1.5.7 (2014-05-29)
------------------