From 4b79e53d652889c490eb71820c5f87bba4de9c92 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 3 Nov 2011 17:08:53 -0400 Subject: [PATCH] Add a history note on the lazy change, make the TR history specify 5.2. (cherry picked from commit cfc465932e0f240ac173590f59f781bc1739fc85) --- doc/release-notes/racket/HISTORY.txt | 2 ++ doc/release-notes/typed-racket/HISTORY.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 6d12b44577..707d391938 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -52,6 +52,8 @@ Removed the Racket-to-C compiler: raco ctool -e/-c, mzc -e/-c, compile-extensions, compile-extensions-to-c, compile-c-extensions, compiler/cffi, compiler/comp-unit, compiler:inner^, and most options in compiler/option +The The `lazy' language is now based on `racket' instead of `mzscheme'. + Specifically, it now uses modern `require's and `provide's. Version 5.1.3, August 2011 No changes diff --git a/doc/release-notes/typed-racket/HISTORY.txt b/doc/release-notes/typed-racket/HISTORY.txt index 015d098446..2ad33e3472 100644 --- a/doc/release-notes/typed-racket/HISTORY.txt +++ b/doc/release-notes/typed-racket/HISTORY.txt @@ -1,4 +1,4 @@ -5.1.3.* +5.2 - Performance work: delayed environment evaluation - Support `racket'-style optional arguments - Changes to support new-style keyword argument expansion