summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-26 16:08:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-26 16:08:29 -0400
commite9e969c5d733647b4bdaabf1f5e384bc79345326 (patch)
treed9430876aaada2e7afbb1880db76a55994b9862f /CHANGES.txt
parent8cd2b7477b1e58cdace3ebcffc343d45a1f4b729 (diff)
downloadpython-coveragepy-e9e969c5d733647b4bdaabf1f5e384bc79345326.tar.gz
Allow the --debug switch on any command
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 724fe95..3338be1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,8 @@ Latest
index page, and only modules with that text in the name will be shown.
Thanks, Danny Allen.
+- The ``--debug`` switch can now be used on any command.
+
- You can now programmatically adjust the configuration of coverage by setting
items on `Coverage.config` after construcion.