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
commitd44f4e1fd27926eeaeb49dd06f263de96c7ae2df (patch)
tree0d0f99187cdda4b3575173b063cfc7bddd642d6a /CHANGES.txt
parent3d46673ad7461d5b90b12b3de62d84611e293fa9 (diff)
downloadpython-coveragepy-d44f4e1fd27926eeaeb49dd06f263de96c7ae2df.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 3b9b9d2..6da614f 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ș.