diff --git a/pkgs/racket-doc/file/scribblings/ico.scrbl b/pkgs/racket-doc/file/scribblings/ico.scrbl index f69335df06..7dcabefb86 100644 --- a/pkgs/racket-doc/file/scribblings/ico.scrbl +++ b/pkgs/racket-doc/file/scribblings/ico.scrbl @@ -27,7 +27,7 @@ otherwise.} Returns the width or height of an icon in pixels, or the depth in bits per pixel. -@history[#:changed "6.2.900.10" @elem{A PNG-format icon can have a +@history[#:changed "6.3" @elem{A PNG-format icon can have a width or height greater than 256.}]} @@ -37,7 +37,7 @@ pixel. Reports the format of the icon. -@history[#:added "6.2.900.10"]} +@history[#:added "6.3"]} @defproc[(read-icos [src (or/c path-string? input-port?)]) @@ -103,7 +103,7 @@ green, and blue channels) for each pixel.} Returns the bytes of a PNG encoding for an icon in PNG format (see @racket[ico-format]). -@history[#:added "6.2.900.10"]} +@history[#:added "6.3"]} @defproc[(argb->ico [width (integer-in 1 256)] @@ -125,4 +125,4 @@ and @racket[(* width depth)] must be a multiple of 8.} Wraps the given PNG encoding as a PNG-encoded icon. -@history[#:added "6.2.900.10"]} +@history[#:added "6.3"]} diff --git a/pkgs/racket-doc/file/scribblings/untar.scrbl b/pkgs/racket-doc/file/scribblings/untar.scrbl index 7987015795..e8d6671a62 100644 --- a/pkgs/racket-doc/file/scribblings/untar.scrbl +++ b/pkgs/racket-doc/file/scribblings/untar.scrbl @@ -69,4 +69,4 @@ For each item in the archive, @racket[filter-proc] is applied to If the result of @racket[filter-proc] is @racket[#f], then the item is not unpacked. -@history[#:changed "6.2.900.17" @elem{Added the @racket[#:permissive?] argument.}]} +@history[#:changed "6.3" @elem{Added the @racket[#:permissive?] argument.}]} diff --git a/pkgs/racket-doc/file/scribblings/untgz.scrbl b/pkgs/racket-doc/file/scribblings/untgz.scrbl index 479865af2e..433baac749 100644 --- a/pkgs/racket-doc/file/scribblings/untgz.scrbl +++ b/pkgs/racket-doc/file/scribblings/untgz.scrbl @@ -24,4 +24,4 @@ a function to extract items from a possible @exec{gzip}ped TAR/USTAR archive.} The same as @racket[untar], but if @racket[in] is in @exec{gzip} form, it is @racket[gunzip]ped as it is unpacked. -@history[#:changed "6.2.900.17" @elem{Added the @racket[#:permissive?] argument.}]} +@history[#:changed "6.3" @elem{Added the @racket[#:permissive?] argument.}]} diff --git a/pkgs/racket-doc/file/scribblings/unzip.scrbl b/pkgs/racket-doc/file/scribblings/unzip.scrbl index d3c619c8af..8e574ed4e0 100644 --- a/pkgs/racket-doc/file/scribblings/unzip.scrbl +++ b/pkgs/racket-doc/file/scribblings/unzip.scrbl @@ -86,7 +86,7 @@ inflated content. @history[#:changed "6.0.0.3" @elem{Added support for the optional timestamp argument in the result function.} - #:changed "6.2.900.17" + #:changed "6.3" @elem{Added the @racket[#:permissive?] argument.}]} diff --git a/pkgs/racket-doc/pkg/scribblings/lib.scrbl b/pkgs/racket-doc/pkg/scribblings/lib.scrbl index b32916016b..f582239550 100644 --- a/pkgs/racket-doc/pkg/scribblings/lib.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/lib.scrbl @@ -112,7 +112,7 @@ that fails due to a connection error. If a parameter's value is @racket[#f], then the user's configuration is used. -@history[#:added "6.2.900.17"]} +@history[#:added "6.3"]} @defproc[(pkg-directory [name string?] diff --git a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl index 4f58014a23..d21a87beef 100644 --- a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl @@ -310,7 +310,7 @@ If the @indexed-envvar{PLT_USE_GITHUB_API} environment variable is set, GitHub packages are obtained using the GitHub API protocol instead of using the Git protocol. -@history[#:changed "6.2.900.16" @elem{Changed handling of +@history[#:changed "6.3" @elem{Changed handling of GitHub sources to use the Git protocol by default.}]} @@ -945,7 +945,7 @@ for @nonterm{key}. ] @history[#:changed "6.1.1.6" @elem{Added @exec{trash-max-packages} and @exec{trash-max-seconds}.} - #:changed "6.2.900.17" @elem{Added @exec{network-retries}.}]} + #:changed "6.3" @elem{Added @exec{network-retries}.}]} @subcommand{@command/toc{catalog-show} @nonterm{option} ... @nonterm{package-name} ... diff --git a/pkgs/racket-doc/scribblings/foreign/objc.scrbl b/pkgs/racket-doc/scribblings/foreign/objc.scrbl index 6a52571c9d..e865eda59b 100644 --- a/pkgs/racket-doc/scribblings/foreign/objc.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/objc.scrbl @@ -274,7 +274,7 @@ Check whether @racket[subcls] is @racket[cls] or a subclass. Extract the class of @racket[obj]. -@history[#:added "6.2.900.14"]} +@history[#:added "6.3"]} @defproc[(objc-set-class! [obj _id] [cls _Class]) void?]{ @@ -282,14 +282,14 @@ Extract the class of @racket[obj]. Changes the class of @racket[obj] to @racket[cls]. The object's existing representation must be compatible with the new class. -@history[#:added "6.2.900.14"]} +@history[#:added "6.3"]} @defproc[(objc-get-superclass [cls _Class]) _Class]{ Returns the superclass of @racket[cls]. -@history[#:added "6.2.900.14"]} +@history[#:added "6.3"]} @defproc[(objc-dispose-class [cls _Class]) void?]{ @@ -297,7 +297,7 @@ Returns the superclass of @racket[cls]. Destroys @racket[cls], which must have no existing instances or subclasses. -@history[#:added "6.2.900.14"]} +@history[#:added "6.3"]} @defproc[(objc-block [function-type? ctype] @@ -316,7 +316,7 @@ the list in @racket[keep], which might also be included in @racket[_fun]. The pointers registered in @racket[keep] must be retained as long as the block remains in use. -@history[#:added "6.2.900.14"]} +@history[#:added "6.3"]} @; ---------------------------------------------------------------------- diff --git a/pkgs/racket-doc/scribblings/raco/api.scrbl b/pkgs/racket-doc/scribblings/raco/api.scrbl index 0469e07eed..fbb00f3afb 100644 --- a/pkgs/racket-doc/scribblings/raco/api.scrbl +++ b/pkgs/racket-doc/scribblings/raco/api.scrbl @@ -138,7 +138,7 @@ collection. The following fields are used: ] -@history[#:changed "6.2.900.10" @elem{Added support for @racket[compile-include-files].}]} +@history[#:changed "6.3" @elem{Added support for @racket[compile-include-files].}]} @defproc[(compile-directory-zos [path path-string?] @@ -169,7 +169,7 @@ a directory, and so on. The set of suffixes always includes @filepath{.rkt}, @filepath{.ss}, and @filepath{.scm}, but it can be extended globally by @filepath{info.rkt} configuration in collections.} -@history[#:added "6.2.900.10"] +@history[#:added "6.3"] @defproc[(get-module-suffixes [#:group group (or/c 'all 'libs 'docs) 'all] [#:mode mode (or/c 'preferred 'all-available 'no-planet 'no-user) 'preferred] diff --git a/pkgs/racket-doc/scribblings/raco/dist-api.scrbl b/pkgs/racket-doc/scribblings/raco/dist-api.scrbl index a650feb02b..7f6676c99e 100644 --- a/pkgs/racket-doc/scribblings/raco/dist-api.scrbl +++ b/pkgs/racket-doc/scribblings/raco/dist-api.scrbl @@ -46,5 +46,5 @@ The content of each directory in the @racket[#:copy-collects] argument is copied into the main @filepath{collects} directory for the packaged executables. -@history[#:changed "6.2.900.17" @elem{Added the @racket[#:executables?] +@history[#:changed "6.3" @elem{Added the @racket[#:executables?] and @racket[#:relative-base] arguments.}]} diff --git a/pkgs/racket-doc/scribblings/raco/exe-api.scrbl b/pkgs/racket-doc/scribblings/raco/exe-api.scrbl index f469bdd625..24b5c9183e 100644 --- a/pkgs/racket-doc/scribblings/raco/exe-api.scrbl +++ b/pkgs/racket-doc/scribblings/raco/exe-api.scrbl @@ -189,7 +189,7 @@ currently supported keys are as follows: @item{@racket['ico] (Windows) : An icon file path (suffix @filepath{.ico}) to use for the executable's desktop icon. - @history[#:changed "6.2.900.10" @elem{All icons in the + @history[#:changed "6.3" @elem{All icons in the executable are replaced with icons from the file, instead of setting only certain sizes and depths.}]} @@ -486,4 +486,4 @@ A unit that imports nothing and exports @racket[compiler:embed^].} If @racket[cross?] is true, the executable is found for the target platform in @seclink["cross-system"]{cross-installation mode}. - @history[#:changed "6.2.900.11" @elem{Added the @racket[#:cross?] argument.}]} + @history[#:changed "6.3" @elem{Added the @racket[#:cross?] argument.}]} diff --git a/pkgs/racket-doc/scribblings/raco/exe-dylib-path.scrbl b/pkgs/racket-doc/scribblings/raco/exe-dylib-path.scrbl index 1b223ff401..947d3e33bd 100644 --- a/pkgs/racket-doc/scribblings/raco/exe-dylib-path.scrbl +++ b/pkgs/racket-doc/scribblings/raco/exe-dylib-path.scrbl @@ -11,7 +11,7 @@ reading and adjusting dynamic-library references in a Mac OS X executable.} -@history[#:added "6.2.900.9"] +@history[#:added "6.3"] @defproc[(find-matching-library-path [exe-path path-string?] [library-str string?]) diff --git a/pkgs/racket-doc/scribblings/raco/make.scrbl b/pkgs/racket-doc/scribblings/raco/make.scrbl index 4e5d4af085..cb83f404bf 100644 --- a/pkgs/racket-doc/scribblings/raco/make.scrbl +++ b/pkgs/racket-doc/scribblings/raco/make.scrbl @@ -508,7 +508,7 @@ submodules within the region. The existing representation should have zero bytes in place of each hash string, which is what @racket[write] produces for a compiled form. -@history[#:added "6.2.900.8"]} +@history[#:added "6.3"]} @; ---------------------------------------------------------------------- diff --git a/pkgs/racket-doc/scribblings/raco/setup.scrbl b/pkgs/racket-doc/scribblings/raco/setup.scrbl index 58d6b50d9f..7a4340a9b0 100644 --- a/pkgs/racket-doc/scribblings/raco/setup.scrbl +++ b/pkgs/racket-doc/scribblings/raco/setup.scrbl @@ -1730,7 +1730,7 @@ or @litchar{_}.} @defmodule[setup/collection-search] -@history[#:added "6.2.900.6"] +@history[#:added "6.3"] @defproc[(collection-search [mod-path normalized-lib-module-path?] [#:init result any/c #f] @@ -1808,7 +1808,7 @@ If @racket[spec] is a regexp value, then the result is @racket[#t] if the regexp matches @racket[(path->string sys-lib-subpath)], @racket[#f] otherwise. -@history[#:changed "6.2.900.11" @elem{Added @racket[#:cross?] argument and +@history[#:changed "6.3" @elem{Added @racket[#:cross?] argument and changed the contract on @racket[sys-lib-subpath] to accept @racket[path-for-some-system?] instead of just @racket[path?].}]} @@ -1841,7 +1841,7 @@ libraries need to run to perform the requested @exec{raco pkg} action (e.g., when installing built packages). -@history[#:added "6.2.900.11"] +@history[#:added "6.3"] @defproc[(cross-system-type [mode (or/c 'os 'word 'gc 'link 'machine 'so-suffix 'so-mode 'fs-change) diff --git a/pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-doc/scribblings/reference/contracts.scrbl index e75547f03f..6360ea9e34 100644 --- a/pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -198,7 +198,7 @@ second. If all of its arguments are @racket[list-contract?]s, then @racket[or/c] returns a @racket[list-contract?]. -@history[#:changed "6.2.900.17" @list{Adjusted @racket[or/c] so that it +@history[#:changed "6.3" @list{Adjusted @racket[or/c] so that it takes the first higher-order contract instead of insisting that there be exactly one higher-order contract for a given value.}] } @@ -2832,7 +2832,7 @@ currently being checked. The resulting contract is a flat contract if @racket[contract] is a flat contract. - @history[#:added "6.2.900.15"] + @history[#:added "6.3"] } @defproc[(if/c [predicate (-> any/c any/c)] @@ -2855,7 +2855,7 @@ currently being checked. The last contract is the same as @racket[any/c] because @racket[or/c] tries flat contracts before higher-order contracts. - @history[#:added "6.2.900.15"] + @history[#:added "6.3"] } @defthing[failure-result/c contract?]{ @@ -2864,7 +2864,7 @@ currently being checked. Equivalent to @racket[(if/c procedure? (-> any) any/c)]. - @history[#:added "6.2.900.15"] + @history[#:added "6.3"] } diff --git a/pkgs/racket-doc/scribblings/reference/eval.scrbl b/pkgs/racket-doc/scribblings/reference/eval.scrbl index 4b37eea3e1..48964f5a7b 100644 --- a/pkgs/racket-doc/scribblings/reference/eval.scrbl +++ b/pkgs/racket-doc/scribblings/reference/eval.scrbl @@ -493,7 +493,7 @@ performance characteristics. If @racket[ce] includes module forms, then only phase-0 code in the immediate module (not in submodules) is recompiled. -@history[#:added "6.2.900.9"]} +@history[#:added "6.3"]} @defproc[(compiled-expression? [v any/c]) boolean?]{ diff --git a/pkgs/racket-doc/scribblings/reference/filesystem.scrbl b/pkgs/racket-doc/scribblings/reference/filesystem.scrbl index d5c4edeb72..8c08380f8a 100644 --- a/pkgs/racket-doc/scribblings/reference/filesystem.scrbl +++ b/pkgs/racket-doc/scribblings/reference/filesystem.scrbl @@ -953,7 +953,7 @@ keep only the properties kept by @racket[copy-file]. If @racket[keep-modify-seconds?] is true, then each file copy also keeps the modification date of the original. -@history[#:changed "6.2.900.9" @elem{Added the @racket[#:preserve-links?] argument.}]} +@history[#:changed "6.3" @elem{Added the @racket[#:preserve-links?] argument.}]} @defproc[(delete-directory/files [path path-string?] diff --git a/pkgs/racket-doc/scribblings/reference/hashes.scrbl b/pkgs/racket-doc/scribblings/reference/hashes.scrbl index 1677bd9a43..b5b3421634 100644 --- a/pkgs/racket-doc/scribblings/reference/hashes.scrbl +++ b/pkgs/racket-doc/scribblings/reference/hashes.scrbl @@ -384,7 +384,7 @@ such as when the keys are all symbols and @racket[hash] is not an @see-also-concurrency-caveat[] -@history[#:changed "6.2.900.8" @elem{Added the @racket[try-order?] argument.}]} +@history[#:changed "6.3" @elem{Added the @racket[try-order?] argument.}]} @defproc[(hash-keys [hash hash?]) (listof any/c)]{ @@ -420,7 +420,7 @@ See @racket[hash-map] for information about @racket[try-order?] and about modifying @racket[hash] within @racket[proc]. @see-also-concurrency-caveat[] -@history[#:changed "6.2.900.8" @elem{Added the @racket[try-order?] argument.}]} +@history[#:changed "6.3" @elem{Added the @racket[try-order?] argument.}]} @defproc[(hash-count [hash hash?]) diff --git a/pkgs/racket-doc/scribblings/reference/logging.scrbl b/pkgs/racket-doc/scribblings/reference/logging.scrbl index 7d56320385..170dff5826 100644 --- a/pkgs/racket-doc/scribblings/reference/logging.scrbl +++ b/pkgs/racket-doc/scribblings/reference/logging.scrbl @@ -333,7 +333,7 @@ Returns @racket[#t] if @racket[v] is a valid logging level (@racket['none], @racket['fatal], @racket['error], @racket['warning], @racket['info], or @racket['debug]), @racket[#f] otherwise. -@history[#:added "6.2.900.5"]{} +@history[#:added "6.3"]{} } @defproc[(with-intercepted-logging @@ -368,7 +368,7 @@ Returns whatever @racket[proc] returns. 'warning) warning-counter)] -@history[#:added "6.2.900.5"]{}} +@history[#:added "6.3"]{}} @defproc[(with-logging-to-port [port output-port?] [proc (-> any)] @@ -391,4 +391,4 @@ Returns whatever @racket[proc] returns. 'warning) (get-output-string my-log))] -@history[#:added "6.2.900.5"]{}} +@history[#:added "6.3"]{}} diff --git a/pkgs/racket-doc/scribblings/reference/memory.scrbl b/pkgs/racket-doc/scribblings/reference/memory.scrbl index d67ca8bcf9..1fd3e970b8 100644 --- a/pkgs/racket-doc/scribblings/reference/memory.scrbl +++ b/pkgs/racket-doc/scribblings/reference/memory.scrbl @@ -307,7 +307,7 @@ cause a major collection); minor collections triggered by @racket[collect-garbage] do not cause major collections to run any sooner than they would have otherwise. -@history[#:changed "6.2.900.17" @elem{Added the @racket[request] argument.}]} +@history[#:changed "6.3" @elem{Added the @racket[request] argument.}]} @defproc[(current-memory-use [cust custodian? #f]) exact-nonnegative-integer?]{ diff --git a/pkgs/racket-doc/scribblings/reference/numbers.scrbl b/pkgs/racket-doc/scribblings/reference/numbers.scrbl index ee9771adbe..30647d85da 100644 --- a/pkgs/racket-doc/scribblings/reference/numbers.scrbl +++ b/pkgs/racket-doc/scribblings/reference/numbers.scrbl @@ -945,7 +945,7 @@ the @tt{RtlGenRand} system function. (eval:alts (crypto-random-bytes 14) #"\0\1\1\2\3\5\b\r\25\"7Y\220\351") ] -@history[#:added "6.2.900.17"]} +@history[#:added "6.3"]} @; ------------------------------------------------------------------------ @subsection{Number--String Conversions} diff --git a/pkgs/racket-doc/scribblings/reference/os-lib.scrbl b/pkgs/racket-doc/scribblings/reference/os-lib.scrbl index dfa6827575..15bceb7394 100644 --- a/pkgs/racket-doc/scribblings/reference/os-lib.scrbl +++ b/pkgs/racket-doc/scribblings/reference/os-lib.scrbl @@ -7,7 +7,7 @@ @defmodule[racket/os]{The @racketmodname[racket/os] library additional functions for querying the operating system.} -@history[#:added "6.2.900.17"] +@history[#:added "6.3"] @defproc[(gethostname) string?]{ Returns a string for the current machine's hostname (including its domain). diff --git a/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl b/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl index 5ceeb576f9..4b557d49e1 100644 --- a/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl +++ b/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl @@ -68,7 +68,7 @@ The keyword argument @racket[mode] controls whether printing is done like either @racket[pretty-print] (the default), @racket[pretty-write] or @racket[pretty-display]. -@history[#:changed "6.2.900.15" @elem{Added a @racket[mode] argument.}]} +@history[#:changed "6.3" @elem{Added a @racket[mode] argument.}]} @defproc[(pretty-print-handler [v any/c]) void?]{ diff --git a/pkgs/racket-doc/scribblings/reference/promise.scrbl b/pkgs/racket-doc/scribblings/reference/promise.scrbl index 6764e105c7..beb3a8df91 100644 --- a/pkgs/racket-doc/scribblings/reference/promise.scrbl +++ b/pkgs/racket-doc/scribblings/reference/promise.scrbl @@ -83,7 +83,7 @@ the sense of @racket[promise-running?] and @racket[promise-forced?].} @defproc[(promise/name? [promise any/c]) boolean?]{ Returns @racket[#t] if @racket[promise] is a promise created with @racket[delay/name]. -@history[#:added "6.2.900.5"] +@history[#:added "6.3"] } @defform[(delay/strict body ...+)]{ diff --git a/pkgs/racket-doc/scribblings/reference/sequences.scrbl b/pkgs/racket-doc/scribblings/reference/sequences.scrbl index 7933574c63..d82c0bb81d 100644 --- a/pkgs/racket-doc/scribblings/reference/sequences.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sequences.scrbl @@ -792,7 +792,7 @@ If @racket[min-count] is a number, the stream is required to have at least that (for/list ([x (in-syntax #'(1 2 3))]) x)] -@history[#:added "6.2.900.9"]} +@history[#:added "6.3"]} @defproc[(in-slice [length exact-positive-integer?] [seq sequence?]) sequence?]{ @@ -802,7 +802,7 @@ If @racket[min-count] is a number, the stream is required to have at least that @examples[#:eval sequence-evaluator (for/list ([e (in-slice 3 (in-range 8))]) e) ] - @history[#:added "6.2.900.9"] + @history[#:added "6.3"] } diff --git a/pkgs/racket-doc/scribblings/reference/strings.scrbl b/pkgs/racket-doc/scribblings/reference/strings.scrbl index 8df20e525e..a2abd656be 100644 --- a/pkgs/racket-doc/scribblings/reference/strings.scrbl +++ b/pkgs/racket-doc/scribblings/reference/strings.scrbl @@ -510,7 +510,7 @@ trimmed (which is an alternative to using a @tech{regular expression} @defproc[(non-empty-string? [x any/c]) boolean?]{ Returns @racket[#t] if @racket[x] is a string and is not empty; returns @racket[#f] otherwise. -@history[#:added "6.2.900.15"]{} +@history[#:added "6.3"]{} } @deftogether[( @@ -527,7 +527,7 @@ the second argument, respectively. (string-contains? "Racket" "ack") ] -@history[#:added "6.2.900.17"]{} +@history[#:added "6.3"]{} } diff --git a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl index 7548b0d335..e44b5aab10 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-trans.scrbl @@ -528,7 +528,7 @@ most sense when a @tech{rename transformer}'s identifier has the the binding creates a binding alias that effectively routes around the @racket[prop:expansion-contexts] property. -@history[#:added "6.2.900.12"]} +@history[#:added "6.3"]} @defproc[(syntax-local-value [id-stx syntax?] @@ -673,7 +673,7 @@ the @exnraise[exn:fail:contract]. If @racket[stx] form does start with @racket[module] or @racket[module*], or if it starts with @racket[module*] in a top-level context, the @exnraise[exn:fail:contract]. -@history[#:added "6.2.900.10"]} +@history[#:added "6.3"]} @defproc[(syntax-local-lift-module-end-declaration [stx syntax?]) diff --git a/pkgs/racket-doc/syntax/scribblings/contract.scrbl b/pkgs/racket-doc/syntax/scribblings/contract.scrbl index cea469c839..b25b9a9ce1 100644 --- a/pkgs/racket-doc/syntax/scribblings/contract.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/contract.scrbl @@ -68,7 +68,7 @@ The other arguments have the same meaning as for @racket[expr/c]. (app (lambda (x) 'pear) 5) ] -@history[#:added "6.2.900.6"]{} +@history[#:added "6.3"]{} } @close-eval[the-eval] diff --git a/pkgs/racket-doc/syntax/scribblings/macro-testing.scrbl b/pkgs/racket-doc/syntax/scribblings/macro-testing.scrbl index e1c6f39f4a..3665dcc6d6 100644 --- a/pkgs/racket-doc/syntax/scribblings/macro-testing.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/macro-testing.scrbl @@ -69,7 +69,7 @@ exactly. (lambda () (convert-syntax-error (lambda)))) ] -@history[#:added "6.2.900.6"]{} +@history[#:added "6.3"]{} } @(close-eval the-eval) diff --git a/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl b/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl index aa8d7376fa..90d2a22537 100644 --- a/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl @@ -364,7 +364,7 @@ For such cases, however, the alternative reader constructor @racket[make-meta-reader] implements a might tightly controlled reading of the module language. -@history[#:changed "6.2.900.6" @elem{Added the @racket[#:module-reader] option.}]} +@history[#:changed "6.3" @elem{Added the @racket[#:module-reader] option.}]} @defproc[(make-meta-reader [self-sym symbol?]