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