1
0
mirror of https://github.com/golang/go synced 2024-11-16 18:04:39 -07:00

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 <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Roland Shoemaker 2023-12-19 08:14:50 -08:00
parent 03242506de
commit 35222eeb78

View File

@ -650,17 +650,15 @@ We plan to include an API migration tool in a future release, likely Go 1.23.
</dd>
</dl><!-- go/version -->
<!-- <dl id="html/template"><dt><a href="/pkg/html/template/">html/template</a></dt> -->
<!-- <dd> -->
<!-- <p><\!-- https://go.dev/issue/61619 -\-> -->
<!-- TODO: <a href="https://go.dev/issue/61619">https://go.dev/issue/61619</a>: allow actions in JS template literals -->
<!-- </p> -->
<!-- <p><\!-- CL 507995 -\-> -->
<!-- TODO: <a href="https://go.dev/cl/507995">https://go.dev/cl/507995</a>: html/template: support parsing complex JS template literals; modified api/next/61619.txt -->
<!-- </p> -->
<!-- </dd> -->
<!-- </dl><\!-- html/template -\-> -->
<dl id="html/template"><dt><a href="/pkg/html/template/">html/template</a></dt>
<dd>
<p><!-- https://go.dev/issue/61619, CL 507995 -->
Javascript template literals may now contain Go template actions, and parsing a template containing one will
no longer return <code>ErrJSTemplate</code>. Similarly the GODEBUG setting <code>jstmpllitinterp</code> no
longer has any effect.
</p>
</dd>
</dl><!-- html/template -->
<dl id="io"><dt><a href="/pkg/io/">io</a></dt>
<dd>