From c0f1013b51c172b7be29d45dc5284b4baf8697e0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 22 Oct 2010 14:07:12 -0600 Subject: [PATCH] adjust release notes for 5.0.2 Merge to 5.0.2 (cherry picked from commit 0b73790ac0097cad30281471833f61df25184463) --- doc/release-notes/gracket/HISTORY.txt | 6 ++++++ doc/release-notes/racket/HISTORY.txt | 21 ++++++--------------- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/doc/release-notes/gracket/HISTORY.txt b/doc/release-notes/gracket/HISTORY.txt index ccd6fb4f81..51602102b3 100644 --- a/doc/release-notes/gracket/HISTORY.txt +++ b/doc/release-notes/gracket/HISTORY.txt @@ -1,3 +1,9 @@ +Version 5.0.2, October 2010 + +Minor bug fixes + +---------------------------------------------------------------------- + Version 5.0.1, July 2010 Minor bug fixes diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 77a95f3de8..0f6925afc5 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,6 +1,8 @@ -Version 5.0.1.8 +Version 5.0.2, October 2010 Changed body of `when', `unless', `cond' clauses, `case' clauses, and `match' clauses to be internal-definition contexts +Added ->i to the contract library, improved ->*, adding #:pre and + #:post, as well as making the optional arguments clause optional. Added #true and #false, and changed #t/#T and #f/#F to require a delimiter afterward Added print-boolean-long-form @@ -9,25 +11,14 @@ Added read-accept-lang, which is set to #t when Added flonum? Changed continuation-marks to accept a #f argument to produce an empty set of marks - -Version 5.0.1.7 Added fxvectors Added unsafe-{s,u}16-{ref,set!} - -Version 5.0.1.6 Added prop:proxy-of - -Version 5.0.1.5 Added proxies to go with chaperones, and renamed chaperone property - as proxy property - -Version 5.0.1.3 -Added ->i to the contract library, improved ->*, adding #:pre and - #:post, as well as making the optional arguments clause optional. - -Version 5.0.1.2 + as proxy property; beware that the word "proxy" will change in + a future version, perhaps to "impersonator" Added collection-file-path and collection splicing at the file -level + level Version 5.0.1, July 2010 Continuation barriers now block only downward continuation jumps