summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-23 00:46:44 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-23 00:46:44 +0100
commitdd06247127fd415c424177a35ec89b46423b460f (patch)
tree19c84377d98e857fb8d171dd94a219b0ddea3942 /CHANGES.txt
parent3dad6b5a27f66187a28d6bfccb172a2b04948dc6 (diff)
parentcc0a19f1c265029dcbbff8bb76cf6c9bf076fca4 (diff)
downloadpep8-dd06247127fd415c424177a35ec89b46423b460f.tar.gz
Merge pull request #241 from deshipu/master
Fix #240: Allow errors on empty files
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 091a553..702a018 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,7 @@ Changelog
1.x (unreleased)
----------------
+* Allow the checkers to report errors on empty files. (Issue #240)
* Fix ignoring too many checks when ``--select`` is used with codes
declared in a flake8 extension. (Issue #216)