Skip to content

Commit 87e986b

Browse files
committed
CHANGES improvements
1 parent 13159a9 commit 87e986b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,24 @@ Unreleased
2525
----------
2626

2727
- The HTML report has been redesigned by Victor Salvino. There is now a dark
28-
mode, the code text is larger, and system san serif fonts are used.
28+
mode, the code text is larger, and system sans serif fonts are used, in
29+
addition to other small changes (`issue 858`_ and `pull request 931`_).
2930

3031
- The ``coverage report`` and ``coverage html`` commands now accept a
3132
``--precision`` option to control the number of decimal points displayed.
32-
Thanks, Teake Nutma.
33+
Thanks, Teake Nutma (`pull request 982`_).
3334

3435
- If coverage fails due to the coverage total not reaching the ``--fail-under``
3536
value, it will now print a message making the condition clear. Thanks,
36-
Naveen Yadav.
37+
Naveen Yadav (`pull request 977`_).
3738

3839
- TOML configuration files with non-ASCII characters would cause errors on
3940
Windows (`issue 990`_). This is now fixed.
4041

42+
.. _pull request 931: https://github.com/nedbat/coveragepy/pull/931
43+
.. _pull request 977: https://github.com/nedbat/coveragepy/pull/977
44+
.. _pull request 982: https://github.com/nedbat/coveragepy/pull/982
45+
.. _issue 858: https://github.com/nedbat/coveragepy/issues/858
4146
.. _issue 990: https://github.com/nedbat/coveragepy/issues/990
4247

4348

0 commit comments

Comments
 (0)