summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-13 18:17:16 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-13 18:27:44 -0500
commitff2b70a39bbe5f6b6e1752e4664fad64211d2280 (patch)
tree4662d5a6c8d1657d4bd12e60a7bc89bc2141b0d7 /CHANGES.rst
parent79753a1476a407b4fe1fad69081395c497d53d21 (diff)
downloadpython-coveragepy-git-ff2b70a39bbe5f6b6e1752e4664fad64211d2280.tar.gz
debug: the `coverage debug` command no longer accepts multiple topics
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b811114d..a95eff25 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -37,6 +37,10 @@ Unreleased
- Debug: The `coverage debug data` command will now sniff out combinable data
files, and report on all of them.
+- Debug: The `coverage debug` command used to accept a number of topics at a
+ time, and show all of them, though this was never documented. This no longer
+ works, to allow for command-line options in the future.
+
.. _issue 1203: https://github.com/nedbat/coveragepy/issues/1203