From f33173e47b04c40b8a248c1f73687443cda7a6f1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 20 Dec 2006 01:00:42 +0000 Subject: [PATCH] 359.2 (last), history notes svn: r5145 --- doc/release-notes/mzscheme/HISTORY | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index 74b4af7b2d..5b97ae2443 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -1,7 +1,22 @@ -Version 360.3 +Version 369.2 +Removed current-exception-handler and initial-exception-handler +Added uncaught-exception-handler +Default error escape handler aborts to default continuation + tag with the void procedure +Added call-with-exception-handler +Changed read-eval-print-loop and the default load handler to wrap + each evaluation with a prompt and with #%top-interaction +Changed top-level begin to insert a prompt around each sub-expression + except the last +Added #%top-interaction and #%expression +Added prop:input-port and prop:output-port +Changed char-whitespace? to produce #t for #\u0085 + +Version 369.1 Changed dyanmic-require to expand requests for exported syntax bindings Added vector->values +MzLib: unit.ss: new unit system Version 360.2 Added support for manipulating filesystem paths that work on