summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-26 21:20:48 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-26 21:20:48 -0500
commit72b1c5803d59deefb891bf1f5668b7a74160356b (patch)
tree22f8f98f37d1c3bf29d6d930a49d89cbc3793974 /CHANGES.txt
parentc079c0afa6f00bb89fe40e00508ac469f7b14cbb (diff)
downloadpython-coveragepy-git-72b1c5803d59deefb891bf1f5668b7a74160356b.tar.gz
XML report now includes branch information.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4320c708..8f5e895a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Change history for Coverage.py
Version 3.2b4
-------------
+- Branch coverage improvements:
+
+ - The XML report now includes branch information.
+
- Click-to-sort HTML report columns are now persisted in a cookie. Viewing
a report will sort it first the way you last had a coverage report sorted.
Thanks, `Chris Adams`_.