summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-10 23:35:39 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-10 23:35:39 +0200
commitb918dd629c7d4ab373db86a543ff99f81150b14b (patch)
tree78d963ab6b56caa027a27629a4f9581c806c3ea9
parentdc27d10f10fe3ade2f957ca1ac10257d382c1a5c (diff)
downloadpep8-b918dd629c7d4ab373db86a543ff99f81150b14b.tar.gz
Add line to CHANGES.txt
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 964f9aa..1a96ca4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,8 @@ Changelog
* Fixed a crash when parsed code is invalid (too many
closing brackets).
+* Fix E127 and E128 for continuation line indentation. (Issue #74)
+
* New option ``--format`` to customize the error format. (Issue #23)
* Correctly report the count of failures and set the exit code to 1