diff --git a/CHANGES.rst b/CHANGES.rst index 1113b71d4..04419f98b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,13 +22,14 @@ This list is detailed and covers changes in each pre-release version. Unreleased ---------- -- Feature: Added the `lcov` command to generate reports in LCOV format. - Thanks, Bradley Burns. Closes `issue 587`_ and `issue 626`_. +- Feature: Added the ``lcov`` command to generate reports in LCOV format. + Thanks, `Bradley Burns `_. Closes issues `587 `_ + and `626 `_. - Feature: the coverage data file can now be specified on the command line with the ``--data-file`` option in any command that reads or writes data. This is in addition to the existing ``COVERAGE_FILE`` environment variable. Closes - `issue 624`_. Thanks, Nikita Bloshchanevich. + `issue 624`_. Thanks, `Nikita Bloshchanevich `_. - Feature: coverage measurement data will now be written when a SIGTERM signal is received by the process. This includes @@ -42,13 +43,13 @@ Unreleased - Fix: the coverage data file is now created in a more robust way, to avoid problems when multiple processes are trying to write data at once. Fixes - `issue 1303`_ and `issue 883`_. + issues `1303 `_ and `883 `_. - Fix: a .gitignore file will only be written into the HTML report output directory if the directory is empty. This should prevent certain unfortunate accidents of writing the file where it is not wanted. -- Releases now have MacOS arm64 wheels for Apple Silicon (fixes `issue 1288`_). +- Releases now have MacOS arm64 wheels for Apple Silicon, fixing `issue 1288`_. .. _issue 587: https://github.com/nedbat/coveragepy/issues/587 .. _issue 624: https://github.com/nedbat/coveragepy/issues/624 @@ -58,7 +59,8 @@ Unreleased .. _issue 1294: https://github.com/nedbat/coveragepy/issues/1294 .. _issue 1303: https://github.com/nedbat/coveragepy/issues/1303 .. _issue 1307: https://github.com/nedbat/coveragepy/issues/1307 - +.. _pull 1289: https://github.com/nedbat/coveragepy/pull/1289 +.. _pull 1304: https://github.com/nedbat/coveragepy/pull/1304 .. _changes_62: