diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-21 14:23:29 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-21 14:23:29 -0400 |
commit | b504c5c044f14b1df6112b228aa3d2c0d909338d (patch) | |
tree | d66cc1767aa92fc112f444467d4bf6afc63378ba | |
parent | 08879ee97ba95640ba76c276de044f3ad3494f92 (diff) | |
download | python-coveragepy-git-b504c5c044f14b1df6112b228aa3d2c0d909338d.tar.gz |
And mention it in the change log
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 6ef3ac60..d85b34dd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,9 @@ Unreleased - Data files are now about 15% smaller. +- The "dataio" debug setting now also logs when data files are deleted during + combining. + - Corrected the name of the jquery.ba-throttle-debounce.js library. Thanks, Ben Finney. Closes `issue 505`_. |