diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-23 22:09:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-23 22:09:16 -0400 |
commit | 3c4b5819aaf35fcaf81e7241b41a22737430d2ed (patch) | |
tree | 43bc5611eac76f53d7e026bac1ca55bcbb366674 | |
parent | f76a9dfc839619d0fc5198ed26b11e358d9aace9 (diff) | |
download | python-coveragepy-3c4b5819aaf35fcaf81e7241b41a22737430d2ed.tar.gz |
More info on the recursion limit change.
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 95d8fab..ca3658f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,7 +5,8 @@ Change history for Coverage Version 3.next
--------------
-- Removed the recursion limit in the tracer function.
+- Removed the recursion limit in the tracer function. Previously, code that
+ ran more than 500 frames deep would crash.
Version 3.0, 13 June 2009
|