summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-04 17:32:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-04 17:32:39 -0400
commit610eb85f1885a43c3331437dc8c88da388739c22 (patch)
treec942012c0d7d46e005d343eff1fc90762bd45da5 /CHANGES.txt
parent7f13ce4730fd989d21b966ce4bcc86a45ae3a486 (diff)
downloadpython-coveragepy-git-610eb85f1885a43c3331437dc8c88da388739c22.tar.gz
Documentation polishing for a 3.1 release.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bad54619..4104672f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,8 +20,8 @@ Version 3.1b1, 27 September 2009
syntax is still supported. Try "coverage help" to see the new commands.
Thanks to Ben Finney for early help.
-- Added the "coverage xml" command for producing coverage reports in a
- Cobertura-compatible XML format. Thanks, Bill Hart.
+- Added an experimental "coverage xml" command for producing coverage reports
+ in a 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