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 | 06d52b0f165650b4530ef85d4179e6ae3b35d407 (patch) | |
| tree | dec25129aed8b35aafc542af665263848b11bf8b /doc/changes.rst | |
| parent | b007d17e5e2da220c57920b84c7f337bc8b378d0 (diff) | |
| download | python-coveragepy-06d52b0f165650b4530ef85d4179e6ae3b35d407.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 a0a5d27..67f5e8a 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
|
