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 | a3592040336f2b140d013fb26e58efccb7d68bdb (patch) | |
| tree | 282396e2604857d32976a17f8d7d6e4a6e20b872 /CHANGES.txt | |
| parent | 0f40af29ce55b0c09942042a59fcd66cf5dfc27e (diff) | |
| download | python-coveragepy-a3592040336f2b140d013fb26e58efccb7d68bdb.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 adc4f09..1ef5734 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.
|
