summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-03-26 03:58:03 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-03-26 03:58:03 +0200
commit65c25cb5e30e6b274522f83548015aa1a3e1d508 (patch)
treeb9a72ac8778c70fb0fd3d1714b2f4dfc82541afa /CHANGES.txt
parent21c7c9a5acf847f1bf47e9a33b205b783a1ee5ec (diff)
downloadpep8-65c25cb5e30e6b274522f83548015aa1a3e1d508.tar.gz
Change the defaut behaviour to --repeat.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d098ed5..fdea6b4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Changelog
0.6.2 UNRELEASED
----------------
+* Now ``--first`` prints only the first occurence of each error.
+ The ``--repeat`` flag becomes obsolete because it is the default
+ behaviour. (Issue #6)
+
* Allow to specify ``--max-line-length``. (Issue #36)
* Make the shebang more flexible. (Issue #26)