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
commite432a86f71929dc3ec00ab1664783aaa1afbcc8d (patch)
tree4181c48059649d1a2b8b599f902cc023e6275826 /CHANGES.txt
parent7f8bf5fe9cd67a6654f6b5993adec919ff16e23e (diff)
downloadpython-coveragepy-git-e432a86f71929dc3ec00ab1664783aaa1afbcc8d.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 7165ec9f..d9e50f1f 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