summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:27:05 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:27:05 +0200
commit3fbadb7007436c029a3ede4c057ce43171dcd617 (patch)
tree470427306dea2f04fdb228f66d25d9bb50fe0fae /CHANGES.txt
parent46a2d180b43c152c3fbad91487a77c69a86bcf4d (diff)
parent8a37cd90fdc731d151628b541d3edfd056f67e7c (diff)
downloadpep8-3fbadb7007436c029a3ede4c057ce43171dcd617.tar.gz
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
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 d7c09b9..9bd0c74 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Changelog
* Report E704 for one-liner def instead of E701. (Issue #277)
+* Replace codes E111, E112 and E113 with codes E114, E115 and E116
+ for wrong indentation of comments. (Issue #274)
+
1.5.7 (2014-05-29)
------------------