summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-22 09:12:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-22 09:12:21 -0400
commit852c6a7398fb5934b22dbe078f7cb2914bc4e0cd (patch)
treed51ad034da235736eabbd141fdf25c103f419270 /CHANGES.txt
parent9266eebcd681ec38f118fe018a154acb5f1c67ae (diff)
downloadpython-coveragepy-git-852c6a7398fb5934b22dbe078f7cb2914bc4e0cd.tar.gz
The DTD is no longer valid. Don't reference it.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3b9b9d26..6da614f0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,10 @@ Latest
instead of a pickle, closing `issue 236`_. The `CoverageData` class is now
a public supported API to the data file.
+- The XML report now includes a ``missing-branches`` attribute. Thanks, Steve
+ Peak. This is not a part of the Cobertura DTD, so the XML report no longer
+ references the DTD.
+
- All the reporting functions now behave the same if no data had been
collected, exiting with a status code of 1. Fixed ``fail_under`` to be
applied even when the report is empty. Thanks, Ionel Cristian Mărieș.