From 4980e17f3caff50ebb3f33228111b4602311538c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 13 Oct 2006 22:05:18 +0000 Subject: [PATCH] notes for 352.7 svn: r4593 --- doc/release-notes/mzscheme/HISTORY | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index 820378ff88..d25540ce75 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -1,3 +1,13 @@ +Version 352.7 +Added delimited continuations: call-with-continuation-prompt, + call-with-composable-continuation, etc. +Changed call-with-escape-continuation so that its argument is + no longer applied in tail position (reverses a change in v350) +Changed make-file-or-directory-link to not expand the link + content, and changed make-security-guard to have a separate + link guard procedure +Removed write-image-to-file and read-image-from-file + Version 352.6 Added case-insensitive mode, multi-line mode, lookahead, lookbehind, non-backtracking, and conditionals to regexp language @@ -5,6 +15,8 @@ Added pregexp, byte-pregexp, and #px..., which includes numeric quantifiers, backreferences char classes, and Unicode predicates Added regexp-match?, pregexp?, and byte-pregexp? Improved [p]regexp performance +Changed make-file-or-directory-link to not expand its first + argument, and adde 'link to the security-guard protocol Version 352.5 for-each, ormap, and andmap now tail-apply the given function