summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
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 8841d944..850c30ec 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -46,9 +46,13 @@ Unreleased
- TOML parsing now uses the `tomli`_ library.
+- Use a modern hash algorithm when fingerprinting to speed HTML reports
+ (`issue 1189`_).
+
.. _Django coverage plugin: https://pypi.org/project/django-coverage-plugin/
.. _issue 1150: https://github.com/nedbat/coveragepy/issues/1150
.. _issue 1168: https://github.com/nedbat/coveragepy/issues/1168
+.. _issue 1189: https://github.com/nedbat/coveragepy/issues/1189
.. _tomli: https://pypi.org/project/tomli/