diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 05:16:15 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 05:16:15 -0500 |
commit | 0429009cf349d69b9b63bf2dc30755590067b510 (patch) | |
tree | 4587b061c0645f6aed3fd1150b77a672c84a592a | |
parent | e90ef36d2a61e809cfbd00ae09b5b9280068d877 (diff) | |
download | python-coveragepy-git-0429009cf349d69b9b63bf2dc30755590067b510.tar.gz |
Hadn't updated CHANGES with the fix for the BrPart column in the text report. #342
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 828a0421..7a9036b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,11 @@ Latest index page, and only modules with that text in the name will be shown. Thanks, Danny Allen. +- The textual report and the HTML report used to report partial branches + differently for no good reason. Now the text report's "missing branches" + column is a "partial branches" column so that both reports show the same + numbers. This closes `issue 342`_. + - The ``--debug`` switch can now be used on any command. - You can now programmatically adjust the configuration of coverage by setting @@ -34,6 +39,7 @@ Latest Gaynor. .. _issue 328: https://bitbucket.org/ned/coveragepy/issue/328/misbehavior-in-run-source +.. _issue 342: https://bitbucket.org/ned/coveragepy/issue/342/console-and-html-coverage-reports-differ Version 4.0a1 --- 27 September 2014 |