summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 22:37:04 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 22:37:04 +0200
commit7b9449d525bcc2c5df4699616d8b75de76a586d4 (patch)
tree2c1ba89119efd3a98a5a9e829fccdc0f8196fe07 /CHANGES.txt
parenta176b77c22ef0c0263ca4f956b9b7c91ea659885 (diff)
downloadpep8-7b9449d525bcc2c5df4699616d8b75de76a586d4.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 e12f89d..4c32dfa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Bug fixes:
* Skip the traceback on "Broken pipe" signal. (Issue #275)
+* Replace codes E111, E112 and E113 with codes E114, E115 and E116
+ for wrong indentation of comments. (Issue #274)
+
1.5.6 (2014-04-14)
------------------