diff --git a/pkgs/racket-doc/scribblings/foreign/com-auto.scrbl b/pkgs/racket-doc/scribblings/foreign/com-auto.scrbl index 1620dad037..c10cbaeb34 100644 --- a/pkgs/racket-doc/scribblings/foreign/com-auto.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/com-auto.scrbl @@ -364,7 +364,7 @@ driver of a for-each loop in Visual Basic or PowerShell. A call @racket[(com-enumerate-to-list obj)] is equivalent to @racket[(com-enumeration-to-list (com-get-property obj "_NewEnum"))]. -@history[#:added "6.2.0.2"]} +@history[#:added "6.2"]} @defproc[(com-enumeration-to-list [obj com-object?]) list?]{ @@ -372,7 +372,7 @@ A call @racket[(com-enumerate-to-list obj)] is equivalent to Given a COM object that implements @cpp{IEnumVARIANT}, extracts the enumerated values into a list. -@history[#:added "6.2.0.2"]} +@history[#:added "6.2"]} @; ---------------------------------------- diff --git a/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl b/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl index d57f916bab..669a243c98 100644 --- a/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/com-intf.scrbl @@ -166,7 +166,7 @@ foreign call as follows: ] -@history[#:changed "6.2.0.2" @elem{Added @racket[#:allow] and automatic retries.}]} +@history[#:changed "6.2" @elem{Added @racket[#:allow] and automatic retries.}]} @defform[(_hmfun fun-option ... type-spec ... -> id output-expr)]{ @@ -181,7 +181,7 @@ is added for the first argument.} Parameters that determine the behavior of automatic retries for @racket[_hfun]. -@history[#:added "6.2.0.2"]} +@history[#:added "6.2"]} @defproc[(HRESULT-retry? [r exact-nonnegative-integer?]) boolean?]{ @@ -189,7 +189,7 @@ Parameters that determine the behavior of automatic retries for @racket[_hfun]. Returns @racket[#t] if @racket[r] is @cpp{RPC_E_CALL_REJECTED} or @cpp{RPC_E_SERVERCALL_RETRYLATER}, @racket[#f] otherwise. -@history[#:added "6.2.0.2"]} +@history[#:added "6.2"]} @deftogether[( diff --git a/pkgs/racket-doc/scribblings/foreign/types.scrbl b/pkgs/racket-doc/scribblings/foreign/types.scrbl index 086c62f1d6..79029455e5 100644 --- a/pkgs/racket-doc/scribblings/foreign/types.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/types.scrbl @@ -821,7 +821,7 @@ specifications: ] -@history[#:changed "6.2.0.2" @elem{Added the @racket[#:retry] option.}]} +@history[#:changed "6.2" @elem{Added the @racket[#:retry] option.}]} @defproc[(function-ptr [ptr-or-proc (or cpointer? procedure?)] [fun-type ctype?]) diff --git a/pkgs/racket-doc/scribblings/reference/read.scrbl b/pkgs/racket-doc/scribblings/reference/read.scrbl index c966aefdcb..f1cc3b1f90 100644 --- a/pkgs/racket-doc/scribblings/reference/read.scrbl +++ b/pkgs/racket-doc/scribblings/reference/read.scrbl @@ -75,9 +75,9 @@ value before the outermost @racket[read] returns. See @secref["readtables"] for an extended example that uses @racket[read/recursive]. -@history[#:changed "6.2.0.2" @elem{Adjusted use of @racket[readtable] to - more consistently apply to the delimiters of - a built-in form.}]} +@history[#:changed "6.2" @elem{Adjusted use of @racket[readtable] to + more consistently apply to the delimiters of + a built-in form.}]} @defproc[(read-syntax/recursive [source-name any/c (object-name in)] @@ -111,9 +111,9 @@ when the input stream starts with a comment (after whitespace). See @secref["readtables"] for an extended example that uses @racket[read-syntax/recursive]. -@history[#:changed "6.2.0.2" @elem{Adjusted use of @racket[readtable] - in the same way as for - @racket[read/recursive].}]} +@history[#:changed "6.2" @elem{Adjusted use of @racket[readtable] + in the same way as for + @racket[read/recursive].}]} @defproc[(read-language [in input-port? (current-input-port)] diff --git a/pkgs/racket-doc/scribblings/reference/struct-inspectors.scrbl b/pkgs/racket-doc/scribblings/reference/struct-inspectors.scrbl index c0d1f7a6e4..e092cdeb27 100644 --- a/pkgs/racket-doc/scribblings/reference/struct-inspectors.scrbl +++ b/pkgs/racket-doc/scribblings/reference/struct-inspectors.scrbl @@ -189,5 +189,5 @@ A @tech{structure type property} that allows structure types to customize field must be designated as immutable. The value of the field is used as the @racket[object-name] of the structure.} ] -@history[#:added "6.2.0.2"] -} + +@history[#:added "6.2"]} diff --git a/pkgs/racket-doc/scribblings/reference/syntax.scrbl b/pkgs/racket-doc/scribblings/reference/syntax.scrbl index d21c61d6f9..804c0b2dff 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax.scrbl @@ -2963,7 +2963,7 @@ The @racket[begin-encourage-inline] form is also provided by the @racketmodname[(submod racket/performance-hint begin-encourage-inline)] module, which has fewer dependencies than @racketmodname[racket/performance-hint]. -@history[#:changed "6.2.0.2" @elem{Added @racketmodname[(submod racket/performance-hint begin-encourage-inline)] submodule.}] +@history[#:changed "6.2" @elem{Added the @racketmodname[(submod racket/performance-hint begin-encourage-inline)] submodule.}] } @defform*/subs[[(define-inline id expr)