summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 01:09:02 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 01:09:02 +0200
commit5ab34927f6ce281a71b8f4787f49c5082509161c (patch)
tree470f0e47eef2252dc62cfed6db5dae038b1de154 /CHANGES.txt
parentf01edd687c32d457a7961e048f7068c96b20d8ea (diff)
downloadpep8-5ab34927f6ce281a71b8f4787f49c5082509161c.tar.gz
Fix E501 not detected in comments with Python 2.5
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 d710adf..df9ad1d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,8 @@ Changelog
* Fix false positive E121/E126 with multi-line strings. (Issue #265)
+* Fix E501 not detected in comments with Python 2.5.
+
1.5.1 (2014-03-27)
------------------