summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-27 05:16:15 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-27 05:16:15 -0500
commita9726b43f349b61f172cd5b44c9b255f9bb2c436 (patch)
tree7ec41cd56c38d56997dc652ee98551ef68c1512a
parent4190d8a0ffe0946a00e2fefd825b263b66cce0e4 (diff)
downloadpython-coveragepy-a9726b43f349b61f172cd5b44c9b255f9bb2c436.tar.gz
Hadn't updated CHANGES with the fix for the BrPart column in the text report. #342
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 828a042..7a9036b 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