@@ -22,13 +22,14 @@ This list is detailed and covers changes in each pre-release version.
2222 Unreleased
2323----------
2424
25- - Feature: Added the `lcov ` command to generate reports in LCOV format.
26- Thanks, Bradley Burns. Closes `issue 587 `_ and `issue 626 `_.
25+ - Feature: Added the ``lcov `` command to generate reports in LCOV format.
26+ Thanks, `Bradley Burns <pull 1289 _>`_. Closes issues `587 <issue 587 _>`_
27+ and `626 <issue 626 _>`_.
2728
2829- Feature: the coverage data file can now be specified on the command line with
2930 the ``--data-file `` option in any command that reads or writes data. This is
3031 in addition to the existing ``COVERAGE_FILE `` environment variable. Closes
31- `issue 624 `_. Thanks, Nikita Bloshchanevich.
32+ `issue 624 `_. Thanks, ` Nikita Bloshchanevich < pull 1304 _>`_ .
3233
3334- Feature: coverage measurement data will now be written when a SIGTERM signal
3435 is received by the process. This includes
@@ -42,13 +43,13 @@ Unreleased
4243
4344- Fix: the coverage data file is now created in a more robust way, to avoid
4445 problems when multiple processes are trying to write data at once. Fixes
45- ` issue 1303 `_ and `issue 883 `_.
46+ issues ` 1303 < issue 1303 _> `_ and `883 < issue 883 _> `_.
4647
4748- Fix: a .gitignore file will only be written into the HTML report output
4849 directory if the directory is empty. This should prevent certain unfortunate
4950 accidents of writing the file where it is not wanted.
5051
51- - Releases now have MacOS arm64 wheels for Apple Silicon (fixes `issue 1288 `_) .
52+ - Releases now have MacOS arm64 wheels for Apple Silicon, fixing `issue 1288 `_.
5253
5354.. _issue 587 : https://github.com/nedbat/coveragepy/issues/587
5455.. _issue 624 : https://github.com/nedbat/coveragepy/issues/624
@@ -58,7 +59,8 @@ Unreleased
5859.. _issue 1294 : https://github.com/nedbat/coveragepy/issues/1294
5960.. _issue 1303 : https://github.com/nedbat/coveragepy/issues/1303
6061.. _issue 1307 : https://github.com/nedbat/coveragepy/issues/1307
61-
62+ .. _pull 1289 : https://github.com/nedbat/coveragepy/pull/1289
63+ .. _pull 1304 : https://github.com/nedbat/coveragepy/pull/1304
6264
6365.. _changes_62 :
6466
0 commit comments