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
commit63d542ed89d6742bebfe06477a8d8fa6a3e7702a (patch)
treee7c780705becdf5ae7868b1f412c4d06be8b60e8 /CHANGES.txt
parent910c9db116f250fd1b26408e1d1eb52c4f3e2f0a (diff)
downloadpython-coveragepy-git-63d542ed89d6742bebfe06477a8d8fa6a3e7702a.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 f28bab23..b23ab343 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>`_.