From: Roland Shoemaker Date: Tue, 19 Dec 2023 16:14:50 +0000 (-0800) Subject: doc: add html/template release note X-Git-Tag: go1.22rc2~8^2~27 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=35222eeb78ddb84f5787729c5f149cfd73d63ef8;p=gostls13.git doc: add html/template release note Updates #61422 Change-Id: Ie86e8545d55cfd0898d21387d8b48d9392f85bf0 Reviewed-on: https://go-review.googlesource.com/c/go/+/551335 Reviewed-by: Carlos Amedee LUCI-TryBot-Result: Go LUCI --- diff --git a/doc/go1.22.html b/doc/go1.22.html index d265541a59..951a8e3160 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -650,17 +650,15 @@ We plan to include an API migration tool in a future release, likely Go 1.23. - - - - - - - - - - - +
html/template
+
+

+ Javascript template literals may now contain Go template actions, and parsing a template containing one will + no longer return ErrJSTemplate. Similarly the GODEBUG setting jstmpllitinterp no + longer has any effect. +

+
+
io