diff options
| author | Tarek Ziade <tarek@ziade.org> | 2011-02-18 09:19:55 +0100 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2011-02-18 09:19:55 +0100 |
| commit | bc80ac7f48addd3329ae12228ba9bfe2743d09de (patch) | |
| tree | e8c9fa5667f4dd7998b952ce2178b76b630121c6 | |
| parent | df4358dfccc17e0b3c243502aacd0516786a3d58 (diff) | |
| download | flake8-0.7.tar.gz | |
added a CHANGES section0.7
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -45,3 +45,21 @@ like this:: If *strict* option is set to **1**, any warning will block the commit. When *strict* is set to **0**, warnings are just displayed in the standard output. + +CHANGES +======= + +0.7 - 2010-02-18 +---------------- + +- Fix pep8 intialization when run through Hg +- Make pep8 short options work when run throug the command line +- skip duplicates when controlling files via Hg + + +0.6 - 2010-02-15 +---------------- + +- Fix the McCabe metric on some loops + + |
