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