From ca58e72aa0bf16e01b83d0398ada18d5132f0521 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 3 Jan 2009 16:37:42 +0000 Subject: [PATCH] added note about contracts & tail rec svn: r12985 --- doc/release-notes/mzscheme/HISTORY.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/release-notes/mzscheme/HISTORY.txt b/doc/release-notes/mzscheme/HISTORY.txt index 51cfe16b99..ebfcfd7801 100644 --- a/doc/release-notes/mzscheme/HISTORY.txt +++ b/doc/release-notes/mzscheme/HISTORY.txt @@ -1,3 +1,7 @@ +Somewhere in there: + function contracts now preserve tail recursion in many cases; the + 'any' contract is no longer special. + Version 4.1.3.8 Added procedure-rename Added extra arguments to call-with-continuation-prompt