summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-05 20:09:19 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-05 20:09:19 +0200
commit3beebfb0be9df325629ed249bd5a9576ffe79b2e (patch)
tree0e443e1f9f0844aee9dcbc5acde43996a8819029 /CHANGES.txt
parent047b7fdb07ebde0a54661bf5d2aa9a9831c83d6f (diff)
downloadpep8-3beebfb0be9df325629ed249bd5a9576ffe79b2e.tar.gz
Do not exit when an option in setup.cfg / tox.ini is not recognized
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 e12f89d..d8571b5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Bug fixes:
* Skip the traceback on "Broken pipe" signal. (Issue #275)
+* Do not exit when an option in ``setup.cfg`` or ``tox.ini``
+ is not recognized.
+
1.5.6 (2014-04-14)
------------------