summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-22 12:49:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-22 12:49:51 -0400
commita5dc01131b1a38bb7c7908ad968488d87e3664ed (patch)
tree9e61ba73a760ad85f4d38e38f6eee6e215b17fa3
parentd6cb1cdca6d15f5ec02eb6708314589290321faf (diff)
downloadpython-coveragepy-git-a5dc01131b1a38bb7c7908ad968488d87e3664ed.tar.gz
docs: add compact HTML context reports to the changelog
-rw-r--r--CHANGES.rst7
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c139d6c9..6b12c8fc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,12 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
-Nothing yet.
+- Performance: HTML reports with context information are now much more compact,
+ with file sizes typically as small as one-third the previous size. This
+ closes `issue 1584`_ thanks to `Oleh Krehel <pull 1587_>`_.
+
+.. _issue 1584: https://github.com/nedbat/coveragepy/issues/1584
+.. _pull 1587: https://github.com/nedbat/coveragepy/pull/1587
.. scriv-start-here
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 0da824b8..a35dcfd0 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -133,6 +133,7 @@ Neil Pilgrim
Nikita Bloshchanevich
Nils Kattenbeck
Noel O'Boyle
+Oleh Krehel
Olivier Grisel
Ori Avtalion
Pablo Carballo