summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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)