From: Jeremy Faller Date: Thu, 2 Dec 2021 18:26:51 +0000 (-0500) Subject: doc/go1.18: add changes to strconv.Unquote to release notes X-Git-Tag: go1.18beta1~80 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=870f33f6efcbb5db7b556cbe3438aa7925270825;p=gostls13.git doc/go1.18: add changes to strconv.Unquote to release notes CL 343877 Updates #47694 Change-Id: I37a0a0d1f7ab937b12812981ecddc89eb8c99c24 Reviewed-on: https://go-review.googlesource.com/c/go/+/368796 Trust: Jeremy Faller Run-TryBot: Jeremy Faller Reviewed-by: Joe Tsai --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 818f7c7dcb..7a4869cf6a 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -705,7 +705,8 @@ Do not send CLs removing the interior tags from such phrases.
strconv

- TODO: https://golang.org/cl/343877: reject surrogate halves in Unquote + strconv.Unquote + now rejects Unicode surrogate halves.