From 3c4b5819aaf35fcaf81e7241b41a22737430d2ed Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 23 Jun 2009 22:09:16 -0400 Subject: More info on the recursion limit change. --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1