diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 18:06:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-06-02 18:06:54 -0400 |
commit | 907b8d880baf567055210f0259347db2e8306aa7 (patch) | |
tree | 88b328c56e5aa5619b24560ca779f5cd4b875a3f | |
parent | e068f5640360c8df32fc049db6ddf7217ef67064 (diff) | |
download | python-coveragepy-git-907b8d880baf567055210f0259347db2e8306aa7.tar.gz |
Update changes for #454
-rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 53925005..1eaf1f20 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,9 +9,14 @@ Unreleased ---------- - The HTML report has a more-visible indicator for which column is being - sorted. Closes `issue 298`_, thanks karlw00t. + sorted. Closes `issue 298`_, thanks to karlw00t. + +- A new option for ``coverage debug`` is available: ``coverage debug config`` + shows the current configuration. Closes `issue 454`_, thanks to Matthew + Boehm. .. _issue 298: https://bitbucket.org/ned/coveragepy/issues/298/show-in-html-report-that-the-columns-are +.. _issue 454: https://bitbucket.org/ned/coveragepy/issues/454/coverage-debug-config-should-be Version 4.1 --- 2016-05-21 |