summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-23 13:07:38 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-23 13:07:38 -0500
commitb3078e4b4629ddeea85018bea6feb7aebf30963e (patch)
treefdacbe29855e408fa8f2b83e0a4c81e47845f1e8 /CHANGES.txt
parente6505f52fca89539613df3bcd82b39624d14e22f (diff)
downloadpython-coveragepy-git-b3078e4b4629ddeea85018bea6feb7aebf30963e.tar.gz
Update CHANGES for 3.2b3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 84be6db6..1de6e81d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,13 +2,17 @@
Change history for Coverage.py
------------------------------
-Version 3.2b3
--------------
+Version 3.2b3, 23 November 2009
+-------------------------------
- Fixed a memory leak in the C tracer that was introduced in 3.2b1.
-- The table of contents in the HTML report is now sortable. Thanks,
- `Chris Adams`_.
+- Branch coverage improvements:
+
+ - Branches to excluded code are ignored.
+
+- The table of contents in the HTML report is now sortable: click the headers
+ on any column. Thanks, `Chris Adams`_.
.. _Chris Adams: http://improbable.org/chris/