diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-03-23 00:46:44 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-03-23 00:46:44 +0100 |
commit | dd06247127fd415c424177a35ec89b46423b460f (patch) | |
tree | 19c84377d98e857fb8d171dd94a219b0ddea3942 /CHANGES.txt | |
parent | 3dad6b5a27f66187a28d6bfccb172a2b04948dc6 (diff) | |
parent | cc0a19f1c265029dcbbff8bb76cf6c9bf076fca4 (diff) | |
download | pep8-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.txt | 1 |
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) |