summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-23 17:19:57 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-23 17:19:57 +0100
commit68d72a5dd747e1cd6fee9f02b417a70f4d9ff7ca (patch)
treed65521617c04754b5affb6adc24ffbafbe972a7e /CHANGES.txt
parentf2dbcb70063ef54f9425c69c451597daee0b89c5 (diff)
downloadpep8-68d72a5dd747e1cd6fee9f02b417a70f4d9ff7ca.tar.gz
Revert previous change and fix the 'paths' keyword argument instead; fixes #246
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 450ba20..972a25b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,6 +12,9 @@ Changelog
* Fix regression with multiple brackets. (Issue #214)
+* Fix ``StyleGuide`` to parse the local configuration if the
+ keyword argument ``paths`` is specified. (Issue #246)
+
1.4.6 (2013-07-02)
------------------