summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-07-29 13:15:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-07-29 13:15:29 -0400
commit760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (patch)
tree25defb8ad251a8388ce38cbf796cd00d3b2fb95c
parent82f1033878b5e2a16580a159e1dd4480c0145e3b (diff)
downloadpython-coveragepy-git-760c32d41ba7efa7d1c6313bde16ca51e748a7e8.tar.gz
The recent auto_load changes fixed #510
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 14300c8f..32defc19 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,12 +11,13 @@ Unreleased
- Subprocesses that are measured with `automatic subprocess measurement`_ used
to read in any pre-existing data file. This meant data would be incorrectly
carried forward from run to run. Now those files are not read, so each
- subprocess only writes its own data.
+ subprocess only writes its own data. Fixes `issue 510`_.
- Corrected the name of the jquery.ba-throttle-debounce.js library. Thanks,
Ben Finney. Closes `issue 505`_.
.. _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
Version 4.2 --- 2016-07-26