adjust some versions in history notes

Promote v6.2.0.x changes to v6.3, since they will not be in v6.2.1.
This commit is contained in:
Matthew Flatt 2015-07-30 14:49:31 -06:00
parent 7b4d25c657
commit 545c14a9cf
2 changed files with 6 additions and 6 deletions

View File

@ -700,7 +700,7 @@ For @tech{callbacks} to Racket functions with the generated type:
]
@history[#:changed "6.2.0.5" @elem{Added the @racket[#:lock-name] argument.}]}
@history[#:changed "6.3" @elem{Added the @racket[#:lock-name] argument.}]}
@defform/subs[#:literals (->> :: :)
(_fun fun-option ... maybe-args type-spec ... ->> type-spec
@ -831,7 +831,7 @@ specifications:
]
@history[#:changed "6.2" @elem{Added the @racket[#:retry] option.}
#:changed "6.2.0.5" @elem{Added the @racket[#:lock-name] option.}]}
#:changed "6.3" @elem{Added the @racket[#:lock-name] option.}]}
@defproc[(function-ptr [ptr-or-proc (or cpointer? procedure?)]
[fun-type ctype?])

View File

@ -292,10 +292,10 @@ See also @secref["module-eval-model"] and @secref["mod-parse"].
(quack (sub1 n)))))
]
@history[#:changed "6.2.0.4" @elem{Changed @racket[define-syntaxes]
and @racket[define-values] to
shadow any preceding import.}
#:changed "6.3" @elem{Dropped the use of @racket['submodule]
@history[#:changed "6.3" @elem{Changed @racket[define-syntaxes]
and @racket[define-values] to
shadow any preceding import, and
dropped the use of @racket['submodule]
@tech{syntax property} values on nested
@racket[module] or @racket[module*]
forms.}]}