summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-05-20 07:36:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-05-20 08:28:16 -0400
commit53e5dd3ec190a788e88af88b3592fc3d41ac8778 (patch)
treed09f4e7db7a8f8af978a1773dcf90fc7589e0364
parent8c88f2b9dfc2124cd4ad602299a1c87323089c53 (diff)
downloadpython-coveragepy-git-53e5dd3ec190a788e88af88b3592fc3d41ac8778.tar.gz
docs: more in the changelog about HTML changes
-rw-r--r--CHANGES.rst14
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 26e31604..cd90a1f4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,14 +26,22 @@ Unreleased
(see `issue 1310`_). Now the signal handler is only used if you opt-in by
setting ``[run] sigterm = true``.
-- Added more keyboard shortcuts in the HTML report: ``[`` and ``]`` for next
- file and previous file; ``u`` for up to the index; and ``?`` to open/close
- the help panel. Thanks, `J. M. F. Tsang <pull 1364_>`_.
+- Small changes to the HTML report:
+
+ - Added links to next and previous file, and more keyboard shortcuts: ``[``
+ and ``]`` for next file and previous file; ``u`` for up to the index; and
+ ``?`` to open/close the help panel. Thanks, `J. M. F. Tsang
+ <pull 1364_>`_.
+
+ - The timestamp and version are displayed at the top of the report. Thanks,
+ `Ammar Askar <pull 1354_>`_. Closes `issue 1351`_.
- On Python 3.11, the ``[toml]`` extra no longer installs tomli, instead using
tomllib from the standard library. Thanks `Shantanu <pull 1359_>`_.
.. _issue 1310: https://github.com/nedbat/coveragepy/issues/1310
+.. _issue 1351: https://github.com/nedbat/coveragepy/issues/1351
+.. _pull 1354: https://github.com/nedbat/coveragepy/pull/1354
.. _pull 1359: https://github.com/nedbat/coveragepy/pull/1359
.. _pull 1364: https://github.com/nedbat/coveragepy/pull/1364
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index cba3a3a7..d3dc538f 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -14,6 +14,7 @@ Alex Groce
Alex Sandro
Alexander Todorov
Alexander Walters
+Ammar Askar
Andrew Hoos
Anthony Sottile
Arcadiy Ivanov