summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-30 19:04:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-30 19:04:50 -0400
commitb07083717a4fb0717ebd070340cf97441fa8e515 (patch)
treeeb5697a90fd4988de5dd0fb9a44132c33159aedf
parentae15dded0ed82ffd065ac5c331744b3c6540be6e (diff)
downloadpython-coveragepy-b07083717a4fb0717ebd070340cf97441fa8e515.tar.gz
Forgot to include the closed ticket.
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 87bab7b..24171c7 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