summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 21:02:05 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 21:02:05 +0200
commitddebc11cdde6674a767e23ccdcf390b2340ffd80 (patch)
tree8ba8712bcdde36c8b45a4ca7f795f6f8d00e36e1 /CHANGES.txt
parenta176b77c22ef0c0263ca4f956b9b7c91ea659885 (diff)
downloadpep8-ddebc11cdde6674a767e23ccdcf390b2340ffd80.tar.gz
Report E266 instead of E265 when the block common starts with multiple #; issue #270
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e12f89d..e44ef4f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Bug fixes:
* Skip the traceback on "Broken pipe" signal. (Issue #275)
+* Report E266 instead of E265 when the block comment starts with
+ multiple ``#``. (Issue #270)
+
1.5.6 (2014-04-14)
------------------