summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-06-14 11:48:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-06-14 11:48:00 -0400
commit744bad2b1d1b376bbf46575ef0ae214741935b4f (patch)
tree4787952c68b5a3094a55c4418849bfdd81c1120e /CHANGES.txt
parent18f7ecbc364a2e95def74d6e7546e920cc38e238 (diff)
downloadpython-coveragepy-744bad2b1d1b376bbf46575ef0ae214741935b4f.tar.gz
COVERAGE_DEBUG can set the debug configuration options
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 f28bab2..b23ab34 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,6 +24,9 @@ Latest
persisted in pursuing this despite Ned's pessimism. Fixes `issue 308`_ and
`issue 324`_.
+- The COVERAGE_DEBUG environment variable can be used to set the `[run]debug`
+ configuration option to control what internal operations are logged.
+
- HTML reports were truncated at formfeed characters. This is now fixed
(`issue 360`_). It's always fun when the problem is due to a `bug in the
Python standard library <http://bugs.python.org/issue19035>`_.