From a0ec28b04ab02778e150ce1c7ee316c50e8c9d9a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 19 Jan 2009 03:32:02 +0000 Subject: [PATCH] update Mz/Mr release notes for 4.1.4 (merge) svn: r13212 --- doc/release-notes/mred/HISTORY.txt | 4 ++-- doc/release-notes/mzscheme/HISTORY.txt | 26 ++++++++------------------ 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/doc/release-notes/mred/HISTORY.txt b/doc/release-notes/mred/HISTORY.txt index 37f8a517db..5776acfd64 100644 --- a/doc/release-notes/mred/HISTORY.txt +++ b/doc/release-notes/mred/HISTORY.txt @@ -1,6 +1,6 @@ -Version 4.1.3.7 +Version 4.1.4, January 2008 -image-snip% implements equal<%> +Changed image-snip% to implement equal<%> ---------------------------------------------------------------------- diff --git a/doc/release-notes/mzscheme/HISTORY.txt b/doc/release-notes/mzscheme/HISTORY.txt index 28df148eb8..747caa1c41 100644 --- a/doc/release-notes/mzscheme/HISTORY.txt +++ b/doc/release-notes/mzscheme/HISTORY.txt @@ -1,25 +1,15 @@ -Version 4.1.3.10 -Added syntax-local-lift-require - -Version 4.1.3.8 +Version 4.1.4, January 2008 +Changed memory accounting to bias charges to parent instead of children +Changed function contracts to preserve tail recursion in many cases +Added scheme/package, scheme/splicing, ffi/objc +Added exception-backtrace support for x86_84+JIT +Added equal?/recur +Added equal<%> and interface* to scheme/class Added procedure-rename Added extra arguments to call-with-continuation-prompt - -Version 4.1.3.7 -Added equal?/recur Added extra argument to raise-syntax-error -Added equal<%> and interface* to scheme/class - -Version 4.1.3.6 -Memory accounting changed to bias charges to parent instead of children - -Version 4.1.3.3 -Function contracts preserve tail recursion in many cases Added compile-context-preservation-enabled -Added exception-backtrace support for x86_84+JIT -Added scheme/package, scheme/splicing - -Version 4.1.3.2 +Added syntax-local-lift-require Added internal-definition-context-seal, which must be used on an internal-definition context before it's part of a fully expanded form Added syntax-local-make-delta-introducer