From 19196868769ce178df2746952151baf6de6ab9bb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 17 Mar 2009 19:57:04 +0000 Subject: [PATCH] HISTORY updates through 4.1.5: merge to 4.1.5 svn: r14157 --- doc/release-notes/mred/HISTORY.txt | 8 +++++++- doc/release-notes/mzscheme/HISTORY.txt | 6 ++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/release-notes/mred/HISTORY.txt b/doc/release-notes/mred/HISTORY.txt index 5776acfd64..1fa020db74 100644 --- a/doc/release-notes/mred/HISTORY.txt +++ b/doc/release-notes/mred/HISTORY.txt @@ -1,4 +1,10 @@ -Version 4.1.4, January 2008 +Version 4.1.5, March 2009 + +Minor bug fixes + +---------------------------------------------------------------------- + +Version 4.1.4, January 2009 Changed image-snip% to implement equal<%> diff --git a/doc/release-notes/mzscheme/HISTORY.txt b/doc/release-notes/mzscheme/HISTORY.txt index f45f79c843..eacec19c81 100644 --- a/doc/release-notes/mzscheme/HISTORY.txt +++ b/doc/release-notes/mzscheme/HISTORY.txt @@ -1,12 +1,10 @@ -Version 4.1.4.3 +Version 4.1.5, March 2009 Allow infix notation for prefab structure literals Change quasiquote so that unquote works in value positions of #hash Change read-syntax to represent #hash value forms as syntax - -Version 4.1.4.2 Added bitwise-bit-field -Version 4.1.4, January 2008 +Version 4.1.4, January 2009 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