1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:30:21 -07:00

doc: mention Unicode update in release notes

Fixes #33472

Change-Id: Iab69e69589f2e017f4cf9770858884b1a570c89e
Reviewed-on: https://go-review.googlesource.com/c/go/+/188799
Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
Marcel van Lohuizen 2019-08-05 17:57:29 +02:00
parent 46f99ce7ea
commit 0ed86cda67

View File

@ -992,3 +992,13 @@ godoc
</dl><!-- time -->
<dl id="unicode"><dt><a href="/pkg/unicode/">unicode</a></dt>
<dd>
<p>
The <a href="/pkg/unicode/"><code>unicode</code></a> package and associated
support throughout the system has been upgraded from Unicode 10.0 to
<a href="http://www.unicode.org/versions/Unicode11.0.0/">Unicode 11.0</a>,
which adds 684 new characters, including seven new scripts, and 66 new emoji.
</p>
</dl><!-- unicode -->