From 013368188c09bf7406571154b2b432a68248b272 Mon Sep 17 00:00:00 2001 From: Bogdan Popa Date: Mon, 29 Mar 2021 14:06:00 +0300 Subject: [PATCH] xexpr,doc: add history notes for {current,html}-unescaped-tags --- pkgs/racket-doc/xml/xml.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/racket-doc/xml/xml.scrbl b/pkgs/racket-doc/xml/xml.scrbl index 58be25b58e..5ea885ff53 100644 --- a/pkgs/racket-doc/xml/xml.scrbl +++ b/pkgs/racket-doc/xml/xml.scrbl @@ -420,6 +420,8 @@ or otherwise escaping. Results from the leaves are combined with A parameter that determines which tags' string contents should not be escaped. For backwards compatibility, this defaults to the empty list. + + @history[#:added "8.0.0.12"] } @defthing[html-unescaped-tags (listof symbol?) #:value '(script style)]{ @@ -433,6 +435,8 @@ or otherwise escaping. Results from the leaves are combined with (p "1 < 2") (script "1 < 2")))) ] + + @history[#:added "8.0.0.12"] } @defparam[empty-tag-shorthand shorthand (or/c (one-of/c 'always 'never) (listof symbol?))]{