mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
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:
parent
1c4cf50e11
commit
870f33f6ef
1 changed files with 2 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue