Skip to content

Commit

Permalink
doc: add html/template release note
Browse files Browse the repository at this point in the history
Updates golang#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>
  • Loading branch information
rolandshoemaker authored and ezz-no committed Feb 17, 2024
1 parent 36f583d commit 65753ec
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions doc/go1.22.html
Original file line number Diff line number Diff line change
Expand Up @@ -650,17 +650,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
</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>
Expand Down

0 comments on commit 65753ec

Please sign in to comment.