From 7151d6d03463bcaefa84ce961db253c35c2ac547 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 26 Feb 2016 08:10:25 -0600 Subject: [PATCH] add missing history annotation --- pkgs/racket-doc/scribblings/reference/contracts.scrbl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)