diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index f5f06f904d..5eb9cd0d92 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,6 +1,7 @@ Version 5.0.0.9 Continuation barriers now block only downward continuation jumps and allow escapes through full continuations +Added #:async-apply option to _fun Version 5.0.0.8 Changed internal-definition handling to allow expressions mixed @@ -24,10 +25,10 @@ Version 5.0.0.3 identifier-prune-to-source-module Version 5.0.0.2 -Added `fl->eact-integer', `fl->fx', and `unsafe-fl->fx' +Added fl->eact-integer, fl->fx, and unsafe-fl->fx Version 5.0.0.1 -Changed `apply' binding to enable lower-level optimizations +Changed apply binding to enable lower-level optimizations Version 5.0, May 2010 Changed the core executable from mzscheme to racket