summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3c65e5d8..1dd5c175 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -33,6 +33,9 @@ Unreleased
imported a file that will be measured" warnings about Django itself. These
have been fixed, closing `issue 1150`_.
+- The ``COVERAGE_DEBUG_FILE`` environment variable now accepts ``stdout`` and
+ ``stderr`` to write to those destinations.
+
.. _Django coverage plugin: https://pypi.org/project/django-coverage-plugin/
.. _issue 1150: https://github.com/nedbat/coveragepy/issues/1150