diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-06 20:56:00 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-06 20:56:00 -0400 |
| commit | b191165de229c4dbba6bf4e8ea06b235a5760944 (patch) | |
| tree | 14276fa3bd561839fd1c82cc326410552e9f42dd /doc/changes.rst | |
| parent | 9897f75887e7b4656f9d4db35222bcd6d3ca4dd9 (diff) | |
| download | python-coveragepy-b191165de229c4dbba6bf4e8ea06b235a5760944.tar.gz | |
Get ready to release coverage.py 3.0.1
Diffstat (limited to 'doc/changes.rst')
| -rw-r--r-- | doc/changes.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index b420e6f..8f09dcd 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,6 +2,7 @@ :history: 20090524T134300, brand new docs.
:history: 20090613T164000, final touches for 3.0
+:history: 20090706T205000, changes for 3.0.1
------------------------------------
Major change history for coverage.py
@@ -11,6 +12,27 @@ These are the major changes for coverage.py. For a more complete change history see the `CHANGES.txt <http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt>`_
file.
+
+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.
+
+- When running source files, coverage.py now opens them in universal newline
+ mode just like Python does. This lets it run Windows files on Mac, for
+ example.
+
+
Version 3.0b3, 16 May 2009
--------------------------
|
