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 <jeremy@golang.org>
Run-TryBot: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Joe Tsai <joetsai@digital-static.net>
This commit is contained in:
Jeremy Faller 2021-12-02 13:26:51 -05:00
parent 1c4cf50e11
commit 870f33f6ef

View file

@ -705,7 +705,8 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
<dd>
<p><!-- CL 343877 -->
TODO: <a href="https://golang.org/cl/343877">https://golang.org/cl/343877</a>: reject surrogate halves in Unquote
<a href="/pkg/strconv/#strconv.Unquote"><code>strconv.Unquote</code></a>
now rejects Unicode surrogate halves.
</p>
</dd>
</dl><!-- strconv -->