From fb048647427a3ca7aa007d4d9a8635f5a1022957 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 4 Jul 2014 18:47:46 -0500 Subject: [PATCH] add @history[] note for change in 0a0c62a1e606e9e668cfe9bb20dfa628e6657d7c --- .../racket-doc/scribblings/reference/contracts.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl index e63c552437..6d0c2d4a17 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/contracts.scrbl @@ -2686,11 +2686,15 @@ Produces the name used to describe the contract in error messages. To support @racket[value-contract] and @racket[value-blame] in your own contract combinators, use @racket[prop:blame] or @racket[impersonator-prop:blame]. + + @history[#:added "6.0.1.12"] } @defproc[(has-blame? [v any/c]) boolean?]{ Returns @racket[#t] if @racket[v] is a value that has a contract with blame information attached to it. + + @history[#:added "6.0.1.12"] } @defproc[(contract-projection [c contract?]) (-> blame? (-> any/c any/c))]{