diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 16:47:48 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 16:47:48 -0500 |
commit | 42a83aeb172809716ffa6e2978bfceb2bc9857b5 (patch) | |
tree | 889ec6c57e2e6a26411a9c64a068ed0ca5de09e7 | |
parent | afad4246ec0906c574918702b1ba8c4927405d06 (diff) | |
download | python-coveragepy-git-42a83aeb172809716ffa6e2978bfceb2bc9857b5.tar.gz |
Ugh.coverage-3.2
--HG--
branch : 3.2_branch
-rw-r--r-- | doc/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 8386ade4..aef10040 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -9,7 +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 +:history: 20091205T161525, 3.2 final
These are the major changes for coverage.py. For a more complete change
@@ -35,7 +35,7 @@ Version 3.2, 5 December 2009 - 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.
+- Added a ``--version`` option on the command line.
- Program execution under coverage is a few percent faster.
|