summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-23 06:35:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-25 15:03:08 -0500
commitc9d821deba6f7ee5eef30fef5355f7c93808b4f9 (patch)
treefb2d4d88de781e203d8beae8260e17380c5553f9 /CHANGES.rst
parent97fdd550020384d2eedaf72ff0cd46a4efcb7d05 (diff)
downloadpython-coveragepy-git-c9d821deba6f7ee5eef30fef5355f7c93808b4f9.tar.gz
feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrency
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b3da02f6..e77d16a7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,6 +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`_.
+
- 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
the program isn't ready yet. For example, `issue 1203`_ describes a Django
@@ -49,6 +53,8 @@ Unreleased
works, to allow for command-line options in the future.
.. _issue 989: https://github.com/nedbat/coveragepy/issues/989
+.. _issue 1012: https://github.com/nedbat/coveragepy/issues/1012
+.. _issue 1082: https://github.com/nedbat/coveragepy/issues/1802
.. _issue 1203: https://github.com/nedbat/coveragepy/issues/1203