Add a history note on the lazy change, make the TR history specify 5.2.

(cherry picked from commit cfc465932e)
This commit is contained in:
Eli Barzilay 2011-11-03 17:08:53 -04:00
parent e3b8195afa
commit 4b79e53d65
2 changed files with 3 additions and 1 deletions

View File

@ -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, compile-extensions, compile-extensions-to-c, compile-c-extensions,
compiler/cffi, compiler/comp-unit, compiler:inner^, and most compiler/cffi, compiler/comp-unit, compiler:inner^, and most
options in compiler/option 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 Version 5.1.3, August 2011
No changes No changes

View File

@ -1,4 +1,4 @@
5.1.3.* 5.2
- Performance work: delayed environment evaluation - Performance work: delayed environment evaluation
- Support `racket'-style optional arguments - Support `racket'-style optional arguments
- Changes to support new-style keyword argument expansion - Changes to support new-style keyword argument expansion