summaryrefslogtreecommitdiff
path: root/doc/changes.rst
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 /doc/changes.rst
parent7f13ce4730fd989d21b966ce4bcc86a45ae3a486 (diff)
downloadpython-coveragepy-git-610eb85f1885a43c3331437dc8c88da388739c22.tar.gz
Documentation polishing for a 3.1 release.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 8f09dcd6..e540c873 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -3,6 +3,7 @@
:history: 20090524T134300, brand new docs.
:history: 20090613T164000, final touches for 3.0
:history: 20090706T205000, changes for 3.0.1
+:history: 20091004T170700, changes for 3.1
------------------------------------
Major change history for coverage.py
@@ -13,6 +14,32 @@ see the `CHANGES.txt <http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt>`_
file.
+Version 3.1, when??
+-------------------
+
+- Python 3.1 is now supported.
+
+- Coverage.py has a new command line syntax with sub-commands. This expands
+ the possibilities for adding features and options in the future. The old
+ syntax is still supported. Try "coverage help" to see the new commands.
+ Thanks to Ben Finney for early help.
+
+- 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 `issue 13`_.
+
+- HTML reports now display syntax-colored Python source.
+
+- Added a "coverage debug" command for getting diagnostic information about the
+ coverage.py installation.
+
+.. _issue 12: http://bitbucket.org/ned/coveragepy/issue/12
+.. _issue 13: http://bitbucket.org/ned/coveragepy/issue/13
+
+
Version 3.0.1, 7 July 2009
--------------------------