summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-10-15 14:51:38 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-10-15 14:51:38 -0400
commitac65067ae6f2896638d0bf7bf7e2df6387a8ffc3 (patch)
treed890261b480f20a25af343bc257d3a2c1474a1ff
parentf2d9c16df572ea58263444a5591b604271b3105f (diff)
downloadpython-coveragepy-git-ac65067ae6f2896638d0bf7bf7e2df6387a8ffc3.tar.gz
docs: mention 991 being fixed in CHANGES.rst
-rw-r--r--CHANGES.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 145024b7..19a140f9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,11 +24,14 @@ Unreleased
:ref:`config_run_relative_files` setting:
- During ``coverage combine``, relative file paths are implicitly combined
- without needing a ``[paths]`` configuration setting.
+ without needing a ``[paths]`` configuration setting. This also fixed
+ `issue 991`_.
- A ``[paths]`` setting like ``*/foo`` will now match ``foo/bar.py`` so that
relative file paths can be combined more easily.
+.. _issue 991: https://github.com/nedbat/coveragepy/issues/991
+
.. _changes_6-5-0: