summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-03 15:14:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-03 15:14:34 -0500
commit905c302d0ab7c914e4ae2231832baab4ffa80c3b (patch)
treecd2b898e63e0bab903f295fa141925a33f8d3093 /README.rst
parent89ac213c239faa329a92fb46fdce0a11ea21c41c (diff)
downloadpython-coveragepy-git-905c302d0ab7c914e4ae2231832baab4ffa80c3b.tar.gz
Version 4.5 paperwork
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2047e25e..4dac3ea8 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,9 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _GitHub: https://github.com/nedbat/coveragepy
-**New in 4.4:** Suppressable warnings, continuous coverage measurement.
+**New in 4.5:** Configurator plug-ins.
+
+New in 4.4: Suppressable warnings, continuous coverage measurement.
New in 4.3: HTML ``--skip-covered``, sys.excepthook support, tox.ini
support.