diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-26 07:55:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-26 07:55:30 -0400 |
commit | 637e50454389e8ef7ec0ceb69143a7009f79da31 (patch) | |
tree | 4c45aaadca1e85b1a93e3f2cb70b0cd37d218787 | |
parent | 9cb10daca96cd61bb4c7afdd4affb6c878e22245 (diff) | |
download | python-coveragepy-git-637e50454389e8ef7ec0ceb69143a7009f79da31.tar.gz |
Add an old change to CHANGES
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 95247333..498d0ed4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -174,6 +174,12 @@ Version 4.0a2 --- 14 January 2015 - In some cases, with a source file missing a final newline, coverage would count statements incorrectly. This is now fixed, closing `issue 293`_. +- The status.dat file that HTML reports use to avoid re-creating files that + haven't changed is now a JSON file instead of a pickle file. This obviates + `issue 287`_ and `issue 237`_. + +.. _issue 237: https://bitbucket.org/ned/coveragepy/issue/237/htmlcov-with-corrupt-statusdat +.. _issue 287: https://bitbucket.org/ned/coveragepy/issue/287/htmlpy-doesnt-specify-pickle-protocol .. _issue 293: https://bitbucket.org/ned/coveragepy/issue/293/number-of-statement-detection-wrong-if-no .. _issue 314: https://bitbucket.org/ned/coveragepy/issue/314/fail_under-param-not-working-in-coveragerc .. _issue 315: https://bitbucket.org/ned/coveragepy/issue/315/option-to-omit-empty-files-eg-__init__py |