summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-07-04 13:50:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-07-04 13:50:35 -0400
commitbe162b11c01a2cdf01bd6df1ed99968314f16bf1 (patch)
tree081a913c34d99fed00742d9e06e3a0b43a055b3a /README.rst
parentb24cad38a97c9372f38c4289dea5933134de18c3 (diff)
downloadpython-coveragepy-be162b11c01a2cdf01bd6df1ed99968314f16bf1.tar.gz
Update the 4.2b1 details where we need themcoverage-4.2b1
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 8cb52b4..25f3d3f 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,9 @@ Documentation is on `Read the Docs <http://coverage.readthedocs.io>`_.
Code repository and issue tracker are on `Bitbucket <http://bitbucket.org/ned/coveragepy>`_,
with a mirrored repository on `GitHub <https://github.com/nedbat/coveragepy>`_.
-**New in 4.1:** much-improved branch coverage.
+**New in 4.2:** better support for multiprocessing and combining data.
+
+New in 4.1: much-improved branch coverage.
New in 4.0: ``--concurrency``, plugins for non-Python files, setup.cfg
support, --skip-covered, HTML filtering, and more than 50 issues closed.