From b352d35eec93b20ef697d17379bf57f007485b4f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 19 Nov 2009 21:07:01 -0500 Subject: Polish up CHANGES. --- CHANGES.txt | 16 +++++++++------- 1 file 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. -- cgit v1.2.1