adjust release notes for 5.0.2

Merge to 5.0.2
(cherry picked from commit 0b73790ac0)
This commit is contained in:
Matthew Flatt 2010-10-22 14:07:12 -06:00 committed by Ryan Culpepper
parent 14222dc0e4
commit c0f1013b51
2 changed files with 12 additions and 15 deletions

View File

@ -1,3 +1,9 @@
Version 5.0.2, October 2010
Minor bug fixes
----------------------------------------------------------------------
Version 5.0.1, July 2010 Version 5.0.1, July 2010
Minor bug fixes Minor bug fixes

View File

@ -1,6 +1,8 @@
Version 5.0.1.8 Version 5.0.2, October 2010
Changed body of `when', `unless', `cond' clauses, `case' Changed body of `when', `unless', `cond' clauses, `case'
clauses, and `match' clauses to be internal-definition contexts 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 Added #true and #false, and changed #t/#T and #f/#F to
require a delimiter afterward require a delimiter afterward
Added print-boolean-long-form Added print-boolean-long-form
@ -9,25 +11,14 @@ Added read-accept-lang, which is set to #t when
Added flonum? Added flonum?
Changed continuation-marks to accept a #f argument Changed continuation-marks to accept a #f argument
to produce an empty set of marks to produce an empty set of marks
Version 5.0.1.7
Added fxvectors Added fxvectors
Added unsafe-{s,u}16-{ref,set!} Added unsafe-{s,u}16-{ref,set!}
Version 5.0.1.6
Added prop:proxy-of Added prop:proxy-of
Version 5.0.1.5
Added proxies to go with chaperones, and renamed chaperone property Added proxies to go with chaperones, and renamed chaperone property
as proxy property as proxy property; beware that the word "proxy" will change in
a future version, perhaps to "impersonator"
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
Added collection-file-path and collection splicing at the file Added collection-file-path and collection splicing at the file
level level
Version 5.0.1, July 2010 Version 5.0.1, July 2010
Continuation barriers now block only downward continuation jumps Continuation barriers now block only downward continuation jumps