summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-10 12:39:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-10 12:39:36 -0500
commit50352aa21ae4ad3943c7402cdc129ee862403dc1 (patch)
treec564b6a89da750f1c3468bb2a8ec0c1f32bb2159 /CHANGES.rst
parentbcf1e4a137561104fc454aa57f478cd6d50c6ca8 (diff)
downloadpython-coveragepy-50352aa21ae4ad3943c7402cdc129ee862403dc1.tar.gz
Configurer plugins should be reported by --debug=sys
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ad401eb..e18f9dc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,7 @@ Unreleased
----------
- Now that 4.5 properly separated the ``[run] omit`` and ``[report] omit``
- settings, and old bug has become apparent. If you specified a package name
+ settings, an old bug has become apparent. If you specified a package name
for ``[run] source``, then omit patterns weren't matched inside that package.
This bug (`issue 638`_) is now fixed.
@@ -28,6 +28,8 @@ Unreleased
docstring would crash coverage.py with an IndexError (`issue 640`_). This is
now fixed.
+- Configurer plugins are now being reported in the output of ``--debug=sys``.
+
.. _issue 638: https://bitbucket.org/ned/coveragepy/issues/638/run-omit-is-ignored-since-45
.. _issue 640: https://bitbucket.org/ned/coveragepy/issues/640/indexerror-reporting-on-an-empty-decorated