summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-19 21:07:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-19 21:07:01 -0500
commitb352d35eec93b20ef697d17379bf57f007485b4f (patch)
treef72b08cbccd3c12863f9d97505330b36f35284bb
parent0ad5bea2424cdcffc07ede85d27667d84908ffee (diff)
downloadpython-coveragepy-git-b352d35eec93b20ef697d17379bf57f007485b4f.tar.gz
Polish up CHANGES.coverage-3.2b2
-rw-r--r--CHANGES.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e263dbd9..f76aa6ec 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,16 +2,18 @@
Change history for Coverage.py
------------------------------
-Version 3.2b2
--------------
+Version 3.2b2, 19 November 2009
+-------------------------------
-- Fixed some problems syntax coloring sources with line continuations and
- source with tabs: `issue 30`_ and `issue 31`_.
+- Branch coverage improvements:
-- Classes are no longer incorrectly marked as branches: `issue 32`_.
+ - Classes are no longer incorrectly marked as branches: `issue 32`_.
-- "except" clauses with types are no longer incorrectly marked as branches:
- `issue 35`_.
+ - "except" clauses with types are no longer incorrectly marked as branches:
+ `issue 35`_.
+
+- Fixed some problems syntax coloring sources with line continuations and
+ source with tabs: `issue 30`_ and `issue 31`_.
- The --omit option now works much better than before, fixing `issue 14` and
`issue 33`_. Thanks, Danek Duvall.