From 870f33f6efcbb5db7b556cbe3438aa7925270825 Mon Sep 17 00:00:00 2001 From: Jeremy Faller Date: Thu, 2 Dec 2021 13:26:51 -0500 Subject: [PATCH] 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 --- doc/go1.18.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.18.html b/doc/go1.18.html index 818f7c7dcbc..7a4869cf6a1 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.