From 9c26539b71cc14524c1b0b18873b3918cdad7dd2 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour <stamourv@racket-lang.org> Date: Mon, 12 Oct 2015 14:41:11 -0500 Subject: [PATCH] Add missing history annotations. Please merge to 6.3. --- scribble-doc/scribblings/scribble/eval.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scribble-doc/scribblings/scribble/eval.scrbl b/scribble-doc/scribblings/scribble/eval.scrbl index b781ed2b..e7903a96 100644 --- a/scribble-doc/scribblings/scribble/eval.scrbl +++ b/scribble-doc/scribblings/scribble/eval.scrbl @@ -237,6 +237,8 @@ indicating that it is out of sync with @racket[log-file]. Use @racket[make-log-based-eval] to document libraries when the embedded examples rely on external features that may not be present or appropriately configured on all machines. + +@history[#:added "1.12"]{} }