summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-04-27 23:28:59 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-04-27 23:28:59 +0200
commita1d2db6f08936b4c0a2ea49341bab857a1407e10 (patch)
tree2934f2496b516009c9df76798b9e00542af2a6c6 /CHANGES.txt
parentee9903dc3487efde45b7c3383b652d045cd20465 (diff)
downloadpep8-a1d2db6f08936b4c0a2ea49341bab857a1407e10.tar.gz
New option --hang-closing to replace E123 by E133; issue #103
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 904f8a7..74496ea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,10 @@ Changelog
* Correctly report other E12 errors when E123 is ignored. (Issue #103)
+* New option `--hang-closing` to switch to the alternative style of
+ closing bracket indentation for hanging indent. Add error E133 for
+ closing bracket which is missing indentation. (Issue #103)
+
* Do not crash when running AST checks and the document contains null bytes.
(Issue #184)