summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ff1ee52e..7b9b2b11 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,18 +2,18 @@
Change history for Coverage.py
------------------------------
-Next version
-------------
+Version 3.2b1, 10 November 2009
+-------------------------------
+
+- Branch coverage!
-- Branch coverage.
+- XML reporting has file paths that let Cobertura find the source code.
- 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`_
+ so that tracebacks inside coverage.py aren't shown. Fixes `issue 23`_.
-- XML reporting has file paths that let Cobertura find the source code.
-
.. _issue 23: http://bitbucket.org/ned/coveragepy/issue/23