summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-05-12 06:56:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-05-12 06:56:21 -0400
commitdc48c725fe4a95b64939f67cbb97d259ba47fe9f (patch)
treebaaa7080d8fac753543eab3e2b92c001809def70 /CHANGES.rst
parentbbd0c0fe16e0fa02b9023b3703fd0c91ca2cf855 (diff)
downloadpython-coveragepy-git-dc48c725fe4a95b64939f67cbb97d259ba47fe9f.tar.gz
Finish up --precision
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b63ad42b..49016e9f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,7 +24,9 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
Unreleased
----------
-Nothing yet.
+- The ``coverage report`` and ``coverage html`` commands now accept a
+ ``--precision`` option to control the number of decimal points displayed.
+ Thanks, Teake Nutma.
.. _changes_51: