summaryrefslogtreecommitdiff
path: root/CHANGES.rst
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
commit0b9c4488728d6bd4e8f506c264902c4f13bfbf70 (patch)
tree485135a95b0c0e9dd2b27c21b225962540f96409 /CHANGES.rst
parent7a03eb3c52c20e52cfac48da912a275df2a72338 (diff)
downloadpython-coveragepy-0b9c4488728d6bd4e8f506c264902c4f13bfbf70.tar.gz
The recent auto_load changes fixed #510
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 14300c8..32defc1 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