From 894224bc5256aeeadac8204a1a0424487681bc7c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 19 Nov 2008 14:27:13 +0000 Subject: [PATCH] update release notes for 4.1.3 (should be merged) svn: r12506 --- doc/release-notes/mred/HISTORY.txt | 6 ++++++ doc/release-notes/mzscheme/HISTORY.txt | 18 ++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/release-notes/mred/HISTORY.txt b/doc/release-notes/mred/HISTORY.txt index 6b682db1ab..1d97658d8b 100644 --- a/doc/release-notes/mred/HISTORY.txt +++ b/doc/release-notes/mred/HISTORY.txt @@ -1,3 +1,9 @@ +Version 4.1.3, November 2008 + +Minor bug fixes + +---------------------------------------------------------------------- + Version 4.1.2, October 2008 Changed -z/--text-repl to a configuration option diff --git a/doc/release-notes/mzscheme/HISTORY.txt b/doc/release-notes/mzscheme/HISTORY.txt index 6e301a729f..dcedcf7591 100644 --- a/doc/release-notes/mzscheme/HISTORY.txt +++ b/doc/release-notes/mzscheme/HISTORY.txt @@ -1,20 +1,14 @@ -Version 4.1.2.5 +Version 4.1.3, November 2008 Changed scheme to re-export scheme/port -In scheme/port: added [call-]with-input-from-{string,bytes} and - [call-]with-output-to-{string,bytes} - -Version 4.1.2.4 +In scheme/port: added Added call-with-immediate-continuation-mark In scheme/port: added port->string, port->bytes, port->lines - port->bytes-lines, and display-lines + port->bytes-lines, display-lines, [call-]with-input-from-{string,bytes}, + and [call-]with-output-to-{string,bytes} In scheme/file: added file->string, file->bytes, file->lines, - file->value, file->bytes-lines, write-to-file, display-to-file, - and display-lines-to-file - -Version 4.1.2.3 + file->value, file->bytes-lines, write-to-file, display-to-file, + and display-lines-to-file Added variable-reference? and empty #%variable-reference form - -Version 4.1.2.1 Extended continuation-marks to work on a thread argument Version 4.1.2, October 2008