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
commitb2fe99a7420675393a26a1894e4c3b51377b7690 (patch)
tree0a39e93997daf964fff9b3a0388a278947a14503
parentb5da9aeada208e30386582c31bc1f26f9aeac5ff (diff)
downloadpython-coveragepy-b2fe99a7420675393a26a1894e4c3b51377b7690.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 e263dbd..f76aa6e 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.