diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-30 19:04:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-30 19:04:50 -0400 |
commit | d27b5891587ca85a8fe878bb7c74f198e3ba9db7 (patch) | |
tree | 1fdcc5300712e0e6478855a7b1cc9ac3993b26fe | |
parent | e76711e92a12193544e92e6e5ae2b3d364e91911 (diff) | |
download | python-coveragepy-git-d27b5891587ca85a8fe878bb7c74f198e3ba9db7.tar.gz |
Forgot to include the closed ticket.
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 87bab7bd..24171c77 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,7 +8,7 @@ Version 3.5.1b1 --- 28 August 2011 - When combining data files from parallel runs, you can now instruct coverage about which directories are equivalent on different machines. A ``[paths]`` section in the configuration file lists paths that are to be considered - equivalent. + equivalent. Finishes `issue 17`_. - for-else constructs are understood better, and don't cause erroneous partial branch warnings. Fixes `issue 122`_. @@ -33,6 +33,7 @@ Version 3.5.1b1 --- 28 August 2011 into running some coverage code before anything else in the process. See the coverage/fullcoverage directory if you are interested. +.. _issue 17: http://bitbucket.org/ned/coveragepy/issue/17/support-combining-coverage-data-from .. _issue 122: http://bitbucket.org/ned/coveragepy/issue/122/for-else-always-reports-missing-branch .. _issue 124: http://bitbucket.org/ned/coveragepy/issue/124/no-arbitrary-unicode-in-html-reports-in .. _issue 128: http://bitbucket.org/ned/coveragepy/issue/128/branch-coverage-of-with-statement-in-27 |