summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 16:29:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 16:29:33 -0500
commita694fa1a052736c3d30e1c266dd62fd237509ecb (patch)
treeae7536a3bc52af5ca5bcf0b9cce4c971118c989a /doc/changes.rst
parent254409614bc15809dd178944fc92d286474b2d8c (diff)
downloadpython-coveragepy-git-a694fa1a052736c3d30e1c266dd62fd237509ecb.tar.gz
Last touches for 3.2 final.
--HG-- branch : 3.2_branch
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index d1b2be5d..8386ade4 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -9,6 +9,7 @@ Major change history for coverage.py
:history: 20090706T205000, changes for 3.0.1
:history: 20091004T170700, changes for 3.1
:history: 20091128T072200, changes for 3.2
+:history: 20091205T161525, 3.2 final
These are the major changes for coverage.py. For a more complete change
@@ -17,8 +18,8 @@ history, see the `CHANGES.txt`_ file in the source tree.
.. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt
-Version 3.2
------------
+Version 3.2, 5 December 2009
+----------------------------
- Branch coverage: coverage.py can tell you which branches didn't have both (or
all) choices executed, even where the choice doesn't affect which lines were
@@ -34,6 +35,8 @@ Version 3.2
- The ``--omit`` option now works much better than before, fixing `issue 14`_
and `issue 33`_. Thanks, Danek Duvall.
+- Added a --version options on the command line.
+
- Program execution under coverage is a few percent faster.
- Some exceptions reported by the command line interface have been cleaned up