summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-04-04 14:44:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-04-04 14:44:25 -0400
commit0970258c170de774c908c69d5b80714159381fc3 (patch)
treedc5ed631aea924e8aba9d2dd71c1c14ef7a23300 /README.rst
parent55844cf9d5b18bc1ff065ca620cc561905b6b439 (diff)
downloadpython-coveragepy-0970258c170de774c908c69d5b80714159381fc3.tar.gz
Paperwork for 4.4b1coverage-4.4b1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e5630ea..4b95f1c 100644
--- a/README.rst
+++ b/README.rst
@@ -23,6 +23,7 @@ Coverage.py runs on many versions of Python:
* CPython 2.6, 2.7 and 3.3 through 3.6.
* PyPy2 5.6 and PyPy3 5.5.
* Jython 2.7.1, though not for reporting.
+* IronPython 2.7.7, though not for reporting.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
`Bitbucket`_, with a mirrored repository on `GitHub`_.
@@ -32,7 +33,9 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _GitHub: https://github.com/nedbat/coveragepy
-**New in 4.3:** HTML ``--skip-covered``, sys.excepthook support, tox.ini
+**New in 4.4:** Suppressable warnings, continuous coverage measurement.
+
+New in 4.3: HTML ``--skip-covered``, sys.excepthook support, tox.ini
support.
New in 4.2: better support for multiprocessing and combining data.