aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Faller <jeremy@golang.org>2021-12-02 13:26:51 -0500
committerJeremy Faller <jeremy@golang.org>2021-12-06 21:09:34 +0000
commit870f33f6efcbb5db7b556cbe3438aa7925270825 (patch)
tree52cea0c96848560eada8c9496bffcde148a3c65f /doc
parent1c4cf50e113f402eb6986a2007cd9c820b1bb69f (diff)
downloadgo-870f33f6efcbb5db7b556cbe3438aa7925270825.tar.gz
go-870f33f6efcbb5db7b556cbe3438aa7925270825.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.18.html3
1 files changed, 2 insertions, 1 deletions
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.
<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 -->