Skip to content

Commit 870f33f

Browse files
committed
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 <[email protected]> Run-TryBot: Jeremy Faller <[email protected]> Reviewed-by: Joe Tsai <[email protected]>
1 parent 1c4cf50 commit 870f33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.18.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
705705
<dl id="strconv"><dt><a href="/pkg/strconv/">strconv</a></dt>
706706
<dd>
707707
<p><!-- CL 343877 -->
708-
TODO: <a href="https://golang.org/cl/343877">https://golang.org/cl/343877</a>: reject surrogate halves in Unquote
708+
<a href="/pkg/strconv/#strconv.Unquote"><code>strconv.Unquote</code></a>
709+
now rejects Unicode surrogate halves.
709710
</p>
710711
</dd>
711712
</dl><!-- strconv -->

0 commit comments

Comments
 (0)