summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-02-08 07:11:45 -0700
committerNed Batchelder <ned@nedbatchelder.com>2023-02-08 13:16:05 -0700
commit423fa596325acb8f6bcb37a3502cf7853e5d395a (patch)
treec8429927f19470c342b2f6440562c2083ddd54fd /CHANGES.rst
parentcb7d67962ca8ed9eb176e144b9cfe96373803bf4 (diff)
downloadpython-coveragepy-git-423fa596325acb8f6bcb37a3502cf7853e5d395a.tar.gz
feat: simplify purges_files
Also, move tests to test_data.py, and finish covering the code.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0023f31b..b4883728 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,9 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
+- Added a :meth:`.CoverageData.purge_files` method to remove recorded data for
+ a particular file. Contributed by `Stephan Deibel <pull 1547_>`_.
+
- Fix: In some embedded environments, an IndexError could occur on stop() when
the originating thread exits before completion. This is now fixed, thanks to
`Russell Keith-Magee <pull 1543_>`_, closing `issue 1542`_.
@@ -29,6 +32,7 @@ Unreleased
.. _issue 1542: https://github.com/nedbat/coveragepy/issues/1542
.. _pull 1543: https://github.com/nedbat/coveragepy/pull/1543
+.. _pull 1547: https://github.com/nedbat/coveragepy/pull/1547
.. _pull 1550: https://github.com/nedbat/coveragepy/pull/1550