diff options
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 792c49bb..a7c5b1b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,11 @@ Next version - The tracer code has changed, it's a few percent faster.
+- Some exceptions reported by the command line interface have been cleaned up
+ so that tracebacks inside coverage.py aren't shown. Fixes `issue 23`_
+
+.. _issue 23: http://bitbucket.org/ned/coveragepy/issue/23
+
Version 3.1, 4 October 2009
---------------------------
|