summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-05-01 23:48:21 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-05-01 23:48:21 +0200
commit52ba8c543de4dee17d90fc4a566b18b9e0771b3d (patch)
tree3e362b1895d44ce13135793fdba0c5e9192dcdc1 /CHANGES.txt
parent00aff369146b3955feaa83fe7a0136d4b24a6c08 (diff)
downloadpep8-52ba8c543de4dee17d90fc4a566b18b9e0771b3d.tar.gz
Add E265 for space before block comment; issue #190
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 17fad0d..9d379da 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,8 @@ Changelog
* Fix false positive E261/E262 when the file contains a BOM. (Issue #193)
+* Add E265 for space before block comment. (Issue #190)
+
1.4.5 (2013-03-06)
------------------