From b59a741b67ee56cd835935e8c980f37abcac9437 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 29 Jun 2020 13:16:48 -0400 Subject: [PATCH] One more thing I did --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 6147ae4aa..44d80835b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -39,6 +39,10 @@ Unreleased - TOML configuration files with non-ASCII characters would cause errors on Windows (`issue 990`_). This is now fixed. +- The output of ``--debug=trace`` now includes information about how the + ``--source`` option is being interpreted, and the module names being + considered. + .. _pull request 931: https://github.com/nedbat/coveragepy/pull/931 .. _pull request 977: https://github.com/nedbat/coveragepy/pull/977 .. _pull request 982: https://github.com/nedbat/coveragepy/pull/982