summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-11-25 14:10:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-11-25 16:12:18 -0500
commit783129cf04363a3fcce427c3715d5d38885f4f41 (patch)
tree67e88ef2794ee91dbe2d07bf50a3b45186a5729f
parenta4e538452ced8db9b1bcd592ba83f2ddd60afe82 (diff)
downloadpython-coveragepy-git-783129cf04363a3fcce427c3715d5d38885f4f41.tar.gz
docs: add issue 1483 to the changelog
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 00aa97f0..2fd7447c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -32,7 +32,7 @@ Unreleased
- Combining data files with ``coverage combine`` now quickly hashes the data
files to skip files that provide no new information. This can reduce the
time needed. Many details affect the results, but for coverage.py's own test
- suite, combining was about 40% faster.
+ suite, combining was about 40% faster. Closes `issue 1483`_.
- When searching for completely unexecuted files, coverage.py uses the presence
of ``__init__.py`` files to determine which directories have source that
@@ -58,6 +58,7 @@ Unreleased
.. _issue 1418: https://github.com/nedbat/coveragepy/issues/1418
.. _issue 1421: https://github.com/nedbat/coveragepy/issues/1421
.. _issue 1470: https://github.com/nedbat/coveragepy/issues/1470
+.. _issue 1483: https://github.com/nedbat/coveragepy/issues/1483
.. _pull 1387: https://github.com/nedbat/coveragepy/pull/1387
.. _pull 1479: https://github.com/nedbat/coveragepy/pull/1479