diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-13 20:07:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-13 20:07:23 -0400 |
| commit | cc4914d27819d859cf6a23a255c55cf6455de64e (patch) | |
| tree | 0c4555d0bd54ac1242d1e976a5d6c34c4674fd7f /CHANGES.txt | |
| parent | 5987a208636cbd7328927c926a68876925ee9de8 (diff) | |
| download | python-coveragepy-git-cc4914d27819d859cf6a23a255c55cf6455de64e.tar.gz | |
Bump version number to 3.1b1.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index adc4f09c..1ef5734b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,13 +2,16 @@ Change history for Coverage.py
------------------------------
-Next version
-------------
+Version 3.1, unreleased
+-----------------------
- Coverage.py has a new command line syntax with subcommands. This expands the
possibilities for adding features and options in the future. The old syntax
is still supported.
+- Added the "coverage xml" command for producing coverage reports in a
+ Cobertura-compatible XML format.
+
- Added the --timid option to enable a simpler slower trace function that works
for DecoratorTools (including TurboGears) projects.
|
