diff --git a/pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-doc/scribblings/reference/contracts.scrbl index 8d77c17705..2c60e97e66 100644 --- a/pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -1070,7 +1070,10 @@ invocations of the function). If @racket[(values range-expr ...)] is used as the last sub-form of @racket[->], the function must produce a result for each contract, and -each value must match its respective contract.} +each value must match its respective contract. + +@history[#:changed "6.4.0.5" @list{Added support for ellipses}] +} @defform*/subs[#:literals (any values)