summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-23 22:09:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-23 22:09:16 -0400
commitfcf93e3c5d31da9c8fea5fcb534b8f1bc687587f (patch)
tree4f2c2de811a0b2f7cee48db623d6a7fa4021541f
parent4f5c542411028be233c6c0e35ef23496a5b47282 (diff)
downloadpython-coveragepy-git-fcf93e3c5d31da9c8fea5fcb534b8f1bc687587f.tar.gz
More info on the recursion limit change.
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 95d8fabe..ca3658ff 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