summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-09 06:06:32 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-09 06:08:14 -0500
commit32ff8715f080c5a3cfbeb605daa929f424b1e748 (patch)
tree852d3bae63db71fc8fbe9ed925bddd6e6e14f848 /CHANGES.rst
parentdacea2d09a383db32bb4620a987076b02fe009f8 (diff)
downloadpython-coveragepy-git-32ff8715f080c5a3cfbeb605daa929f424b1e748.tar.gz
fix: provide an intelligible error message for multiprocessing with no config file. #1320
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2111d875..f6371b23 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -23,6 +23,11 @@ Unreleased
- Debug: added ``pybehave`` to the list of :ref:`cmd_debug` and
:ref:`cmd_run_debug` options.
+- Fix: show an intelligible error message if ``--concurrency=multiprocessing``
+ is used without a configuration file. Closes `issue 1320`_.
+
+.. _issue 1320: https://github.com/nedbat/coveragepy/issues/1320
+
.. _changes_631: