summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-27 10:01:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-27 10:01:05 -0400
commitc4c25e13b8468655ff69c9783df4534c217730be (patch)
tree4b8e90115c2145cd3911f9a7983f7cc0fa140ddd /CHANGES.txt
parentbc89904a4566cec370e7ad5166b0ab791b911035 (diff)
downloadpython-coveragepy-c4c25e13b8468655ff69c9783df4534c217730be.tar.gz
Added a 'coverage debug' command to get internal information for diagnosing problems. Also, all commands should at least take -h.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7165ec9..d9e50f1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,7 +25,10 @@ Version 3.1, unreleased
- Programs that change directory will still write .coverage files in the
directory where execution started. Fixed `issue 24`_.
-
+
+- Added a "coverage info" command for getting diagnostic information about the
+ coverage.py installation.
+
.. _issue 11: http://bitbucket.org/ned/coveragepy/issue/11
.. _issue 12: http://bitbucket.org/ned/coveragepy/issue/12
.. _issue 13: http://bitbucket.org/ned/coveragepy/issue/13