diff --git a/doc/release-notes/mred/HISTORY b/doc/release-notes/mred/HISTORY index c340278feb..486e5cc47f 100644 --- a/doc/release-notes/mred/HISTORY +++ b/doc/release-notes/mred/HISTORY @@ -1,3 +1,9 @@ +Version 352.8 +Mac OS X: fixed event handling to support CJK input and input from + the character palette + +---------------------------------------------------------------------- + Version 352.4 Removed on-scroll from canvas<%> and editor-canvas% diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index d25540ce75..263af0b5bf 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -1,3 +1,11 @@ +Version 352.8 +Unix and Mac OS X: Changed path operations to use "./~..." as an + encoding for a relative path "~..." +Changed simplify-path to always normalize path separators, + preserve syntactic directoryness, and remove \\?\ from + Windows paths when possible +Added path-element->bytes and bytes->path-element + Version 352.7 Added delimited continuations: call-with-continuation-prompt, call-with-composable-continuation, etc.