summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 21:34:00 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 21:34:00 +0100
commit0308f2fbb053083959ae948d05c3fe26d662eeca (patch)
tree3cd8fc8c9f26aa6d2c086d04381b65e0a873eb7b /CHANGES.txt
parentf531c26995f6bf2918efafcb78500631eed80d69 (diff)
downloadpep8-0308f2fbb053083959ae948d05c3fe26d662eeca.tar.gz
A false positive E126 with embedded colon; fixes #144
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 f6ee1be..913580d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,8 @@ Changelog
* Fix a false positive E124 for hanging indent. (Issue #254)
+* Fix a false positive E126 with embedded colon. (Issue #144)
+
* Fix behaviour when ``exclude`` is in the configuration file and
the current directory is not the project directory. (Issue #247)