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
commit6222944f7f32e88bcf9fc1a566aaafa0c95dd577 (patch)
tree97c509beb610e431ae072957cf74078796333dfa /CHANGES.txt
parent4e7e772343eb04ffea61d7c6693bc678de8bab2c (diff)
downloadpython-coveragepy-6222944f7f32e88bcf9fc1a566aaafa0c95dd577.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 84be6db..1de6e81 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/