summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-29 20:55:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-29 20:55:13 -0400
commit3ed99eb657e28f2f088fbc848fbe6a275348ee4a (patch)
tree0cd45ca1cf926a3f43297d661e5d049a11845abc
parentbf0c02dbab9fa5de7ddc4948e4a1baf4b7c2349a (diff)
downloadpython-coveragepy-3ed99eb657e28f2f088fbc848fbe6a275348ee4a.tar.gz
XML credit
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index acb1e87..b7dda4d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,7 +13,7 @@ Version 3.1b1, 27 September 2009
Thanks to Ben Finney for early help.
- Added the "coverage xml" command for producing coverage reports in a
- Cobertura-compatible XML format.
+ Cobertura-compatible XML format. Thanks, Bill Hart.
- Added the --timid option to enable a simpler slower trace function that works
for DecoratorTools projects, including TurboGears. Fixed `issue 12`_ and