summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:45:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:45:53 -0400
commit824daeebe445065caa96a7092a95cc0247cd245c (patch)
treea79adce6bdce34d123fa6ceab6cc943eba69c954 /CHANGES.rst
parent4a903264aee330fc400584cd5556990bdadc50ac (diff)
downloadpython-coveragepy-824daeebe445065caa96a7092a95cc0247cd245c.tar.gz
Update changes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst17
1 files changed, 11 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d85b34d..502b603 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,18 +25,23 @@ Unreleased
- Data files are now about 15% smaller.
-- The "dataio" debug setting now also logs when data files are deleted during
- combining.
+- Improvements in the ``[run] debug`` setting:
+
+ - The "dataio" debug setting now also logs when data files are deleted during
+ combining or erasing.
+
+ - A new debug option, "multiproc", for logging the behavior of
+ ``concurrency=multiprocessing``.
+
+ - If you used the debug options "config" and "callers" together, you'd get a
+ call stack printed for every line in the multi-line config output. This is
+ now fixed.
- Corrected the name of the jquery.ba-throttle-debounce.js library. Thanks,
Ben Finney. Closes `issue 505`_.
- Support PyPy3 5.2 alpha 1.
-- If you used the debug options "config" and "callers" together, you'd get a
- call stack printed for every line in the multi-line config output. This is
- now fixed.
-
.. _issue 412: https://bitbucket.org/ned/coveragepy/issues/412/coverage-combine-should-error-if-no
.. _issue 505: https://bitbucket.org/ned/coveragepy/issues/505/use-canonical-filename-for-debounce
.. _issue 510: https://bitbucket.org/ned/coveragepy/issues/510/erase-still-needed-in-42