summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-09 21:34:42 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-09 21:34:42 -0500
commit99fee9149a879b786d1974115d5c8afc43a21d08 (patch)
tree78002675350b6b31fe0a351266bd2c68555de5b3 /CHANGES.txt
parentf683ba3af6c539882dd0b4f750b476e2d9745ebe (diff)
downloadpython-coveragepy-99fee9149a879b786d1974115d5c8afc43a21d08.tar.gz
Now the title of the HTML report can be set.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 40fb576..752738c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,9 @@ Version 3.5.4b1
switch that indicates in the exit status whether the coverage percentage was
less than a particular value. Closes `issue 139`_.
+- The HTML report's title can now be set in the configuration file, with the
+ ``--title`` switch on the command line, or via the API.
+
- Embarrassingly, the `[xml] output=' setting in the .coveragerc file simply
didn't work. Now it does.