diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 00:02:56 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-02-24 00:02:56 -0500 |
commit | 0cb94df339dfd606fccf58253bc621f031679da7 (patch) | |
tree | 3dba01d38692530ab5424d600e929b165a5d4434 /doc/changes.rst | |
parent | 9eafa7dbc952c0249903d48ee5e511ce747f639a (diff) | |
download | python-coveragepy-git-0cb94df339dfd606fccf58253bc621f031679da7.tar.gz |
Updating docs
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index a0a5d278..67f5e8aa 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -35,15 +35,15 @@ Version 3.3 combined with "coverage combine" are deleted after they're combined, to clean
up unneeded files. Fixes `issue 40`_.
-- Fixed a problem with nested loops having their branch possibilities
- mischaracterized: `issue 39`_.
-
- Exceptions thrown from product code run with "coverage run" are now displayed
without internal coverage.py frames, so the output is the same as when the
code is run without coverage.py.
+- Fixed `issue 39`_ and `issue 47`.
+
.. _issue 39: http://bitbucket.org/ned/coveragepy/issue/39
.. _issue 40: http://bitbucket.org/ned/coveragepy/issue/40
+.. _issue 47: http://bitbucket.org/ned/coveragepy/issue/47
Version 3.2, 5 December 2009
|