From: Alberto Donizetti Date: Tue, 1 Dec 2020 12:54:53 +0000 (+0100) Subject: doc/go1.16: add text/template changes to release notes X-Git-Tag: go1.16beta1~133 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ae3bfba626;p=gostls13.git doc/go1.16: add text/template changes to release notes For #40700 Fixes #42914 Change-Id: I673d86a946c362e28bfbf35fab2c60ebfbd8bda2 Reviewed-on: https://go-review.googlesource.com/c/go/+/274472 Trust: Alberto Donizetti Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.16.html b/doc/go1.16.html index 145f920aab..3545632ea4 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -699,8 +699,9 @@ Do not send CLs removing the interior tags from such phrases.
text/template
-

- TODO: https://golang.org/cl/254257: allow newlines inside action delimiters +

+ Newlines characters are now allowed inside action delimiters, + permitting actions to span multiple lines.