diff options
-rw-r--r-- | CHANGES.txt | 16 |
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.
|