summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-26 07:55:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-26 07:55:30 -0400
commitfc76a3a2e6c60e0abc3d7fd85c23dd5b89dbad08 (patch)
tree730984536bd02d7fcfa6b0e8fca379553a39f61a
parent6684f05944eab2dab8c3c9c73eb760eeacdb283a (diff)
downloadpython-coveragepy-fc76a3a2e6c60e0abc3d7fd85c23dd5b89dbad08.tar.gz
Add an old change to CHANGES
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9524733..498d0ed 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