diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-29 13:15:29 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-29 13:15:29 -0400 |
commit | 760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (patch) | |
tree | 25defb8ad251a8388ce38cbf796cd00d3b2fb95c | |
parent | 82f1033878b5e2a16580a159e1dd4480c0145e3b (diff) | |
download | python-coveragepy-git-760c32d41ba7efa7d1c6313bde16ca51e748a7e8.tar.gz |
The recent auto_load changes fixed #510
-rw-r--r-- | CHANGES.rst | 3 |
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 |