summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-06-29 13:10:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-06-29 13:11:41 -0400
commit87e986bc32ef84de37ad7b5fec5394a4466e3ae9 (patch)
tree8fc66d38b70234b07fa76dd167dae3c90355f1fb
parent13159a9bae170be630d501af3a2f446bc57a6837 (diff)
downloadpython-coveragepy-git-87e986bc32ef84de37ad7b5fec5394a4466e3ae9.tar.gz
CHANGES improvements
-rw-r--r--CHANGES.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 85712014..6147ae4a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,19 +25,24 @@ Unreleased
----------
- The HTML report has been redesigned by Victor Salvino. There is now a dark
- mode, the code text is larger, and system san serif fonts are used.
+ mode, the code text is larger, and system sans serif fonts are used, in
+ addition to other small changes (`issue 858`_ and `pull request 931`_).
- The ``coverage report`` and ``coverage html`` commands now accept a
``--precision`` option to control the number of decimal points displayed.
- Thanks, Teake Nutma.
+ Thanks, Teake Nutma (`pull request 982`_).
- If coverage fails due to the coverage total not reaching the ``--fail-under``
value, it will now print a message making the condition clear. Thanks,
- Naveen Yadav.
+ Naveen Yadav (`pull request 977`_).
- TOML configuration files with non-ASCII characters would cause errors on
Windows (`issue 990`_). This is now fixed.
+.. _pull request 931: https://github.com/nedbat/coveragepy/pull/931
+.. _pull request 977: https://github.com/nedbat/coveragepy/pull/977
+.. _pull request 982: https://github.com/nedbat/coveragepy/pull/982
+.. _issue 858: https://github.com/nedbat/coveragepy/issues/858
.. _issue 990: https://github.com/nedbat/coveragepy/issues/990