summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-02-18 09:19:55 +0100
committerTarek Ziade <tarek@ziade.org>2011-02-18 09:19:55 +0100
commitbc80ac7f48addd3329ae12228ba9bfe2743d09de (patch)
treee8c9fa5667f4dd7998b952ce2178b76b630121c6
parentdf4358dfccc17e0b3c243502aacd0516786a3d58 (diff)
downloadflake8-0.7.tar.gz
added a CHANGES section0.7
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 0e8990a..7146992 100644
--- a/README
+++ b/README
@@ -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
+
+