summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 19:20:50 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 19:20:50 +0100
commite3813abe894d71bcebd699321ccd948a3800497d (patch)
treed29ae6310df7f467763dcbdf4a451a485ac564de /CHANGES.txt
parent6ffa51ae59f2d9ecc0efbc4e46d4136fb9e80421 (diff)
downloadpep8-e3813abe894d71bcebd699321ccd948a3800497d.tar.gz
Do not report multiple E101 if only one line starts with a tab; issue #237
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 96d879a..f6ee1be 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -23,6 +23,9 @@ Changelog
* The logical checks can return ``None`` instead of an empty iterator.
(Issue #250)
+* Do not report multiple E101 if only the first indentation starts
+ with a tab. (Issue #237)
+
1.4.6 (2013-07-02)
------------------