From 7746993512642ba2922c78d1a31310260ab41841 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 23 Nov 2006 01:51:57 +0000 Subject: [PATCH] notes for v360.2 svn: r4928 --- doc/release-notes/mzscheme/HISTORY | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index 2fae0dfe29..c3185d2047 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -1,3 +1,16 @@ +Version 360.2 +Added support for manipulating filesystem paths that work on + other platforms +Added integer-length +Added optional argument to tcp-addresses to get port numbers +Added system-idle-evt +MzLib: serialized path includes the path's convention + +Version 360.1 +Changed macro expansion of bound identifiers so that `local-expand' + works with an empty stop list + + Version 360, November 2006 Continuations: Added delimited continuations: call-with-continuation-prompt,