summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-07-06 20:56:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-07-06 20:56:00 -0400
commitb9847c054f10ff46d32062497da5bc784486ff1c (patch)
tree876845792c935b77b8fe59a6aa2c2fe78a203e17 /CHANGES.txt
parentfa6edcb1ad04ca0ff698da8fa4965ea02915758e (diff)
downloadpython-coveragepy-git-b9847c054f10ff46d32062497da5bc784486ff1c.tar.gz
Get ready to release coverage.py 3.0.1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 69447d91..6803bd9e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,12 +3,18 @@ Change history for Coverage.py
------------------------------
-Version 3.next
---------------
+Version 3.0.1, 7 July 2009
+--------------------------
- Removed the recursion limit in the tracer function. Previously, code that
ran more than 500 frames deep would crash.
+- Fixed a bizarre problem involving pyexpat, whereby lines following XML parser
+ invocations could be overlooked.
+
+- On Python 2.3, coverage.py could mis-measure code with exceptions being
+ raised. This is now fixed.
+
- The coverage.py code itself will now not be measured by coverage.py, and no
coverage modules will be mentioned in the nose --with-cover plugin.
@@ -16,12 +22,6 @@ Version 3.next
mode just like Python does. This lets it run Windows files on Mac, for
example.
-- Fixed a bizarre problem involving pyexpat, whereby lines following XML parser
- invocations could be overlooked.
-
-- On Python 2.3, coverage.py could mis-measure code with exceptions being
- raised. This is now fixed.
-
Version 3.0, 13 June 2009
-------------------------