summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-26 17:08:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-26 17:08:07 -0500
commitfb7b0e5b90bd2213255a66c26e258612c9784827 (patch)
tree9369100f73f7b6059129d9c42148009c29e3d2c6
parent9162ad085c0e4a3b3e14fd1fcbdbf65c93b81487 (diff)
downloadpython-coveragepy-git-fb7b0e5b90bd2213255a66c26e258612c9784827.tar.gz
docs: tweak the latest changelog entry
-rw-r--r--CHANGES.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index e77d16a7..15b825fc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,9 +22,10 @@ This list is detailed and covers changes in each pre-release version.
Unreleased
----------
-- Feature: Now the ``--concurrency`` setting can have a list of values, so that
- threads and another lightweight threading package can be measured together.
- Closes `issue 1012`_ and `issue 1082`_.
+- Feature: Now the ``--concurrency`` setting can now have a list of values, so
+ that threads and another lightweight threading package can be measured
+ together, such as ``--concurrency=gevent,thread``. Closes `issue 1012`_ and
+ `issue 1082`_.
- Fix: A module specified as the ``source`` setting is imported during startup,
before the user program imports it. This could cause problems if the rest of