From 53e5dd3ec190a788e88af88b3592fc3d41ac8778 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 20 May 2022 07:36:31 -0400 Subject: [PATCH] docs: more in the changelog about HTML changes --- CHANGES.rst | 14 +++++++++++--- CONTRIBUTORS.txt | 1 + 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 26e31604c..cd90a1f47 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 `_. +- 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 + `_. + + - The timestamp and version are displayed at the top of the report. Thanks, + `Ammar Askar `_. Closes `issue 1351`_. - On Python 3.11, the ``[toml]`` extra no longer installs tomli, instead using tomllib from the standard library. Thanks `Shantanu `_. .. _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 cba3a3a72..d3dc538f2 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