summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 00:41:28 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-24 00:41:28 +0100
commitaf91d986c091bec2972c38b9cae505ad2d6c762c (patch)
tree499dedc81da747b8fd4e61391e92013c34248de8 /CHANGES.txt
parent5731082d257c6743225f4be3628082c50e7dc2ed (diff)
downloadpep8-af91d986c091bec2972c38b9cae505ad2d6c762c.tar.gz
Fix usage of in the project config file; issue #247
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 a840c10..034cc7f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,9 @@ Changelog
* Fix a false positive E124 for hanging indent. (Issue #254)
+* Fix behaviour when ``exclude`` is in the configuration file and
+ the current directory is not the project directory. (Issue #247)
+
1.4.6 (2013-07-02)
------------------