summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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