]> Cypherpunks repositories - gostls13.git/commitdiff
doc: mention Unicode update in release notes
authorMarcel van Lohuizen <mpvl@golang.org>
Mon, 5 Aug 2019 15:57:29 +0000 (17:57 +0200)
committerMarcel van Lohuizen <mpvl@golang.org>
Tue, 6 Aug 2019 19:12:41 +0000 (19:12 +0000)
Fixes #33472

Change-Id: Iab69e69589f2e017f4cf9770858884b1a570c89e
Reviewed-on: https://go-review.googlesource.com/c/go/+/188799
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/go1.13.html

index f38474b3270ac60194462e2e5de6883e1450e8bb..3b9da340aa7f5d0edfbdd25b4b1c5ef32003eed4 100644 (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 -->