summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 23:26:01 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 23:26:01 +0100
commitca37ce87c8446b13abf18d0a9079479914834ee1 (patch)
treef011557603f93ddfee20edc10b85ec17fe429bb5 /CHANGES.txt
parentbc112091ee1f171496cb1d5c181547544970f352 (diff)
downloadpep8-ca37ce87c8446b13abf18d0a9079479914834ee1.tar.gz
A false positivee E126 when indenting with tabs; closes #204
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 913580d..7e3b45b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,8 @@ Changelog
* Fix a false positive E126 with embedded colon. (Issue #144)
+* Fix a false positive E126 when indenting with tabs. (Issue #204)
+
* Fix behaviour when ``exclude`` is in the configuration file and
the current directory is not the project directory. (Issue #247)