]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: mention update to Unicode 12
authorIan Lance Taylor <iant@golang.org>
Fri, 31 Jan 2020 03:25:25 +0000 (19:25 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 31 Jan 2020 05:52:03 +0000 (05:52 +0000)
Updates #36878

Change-Id: Ia8441de8a04fead1f76c72f662bcb877e2265c3e
Reviewed-on: https://go-review.googlesource.com/c/go/+/217133
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.14.html

index e072bc675e978a9b1ac8608eed80ffe3cc8a624f..0bb9f3fd492fc9a90f1f48efc6bfdd3a5bbf6276 100644 (file)
@@ -663,6 +663,17 @@ TODO
     </p>
 </dl><!-- testing -->
 
+<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 11.0 to
+      <a href="https://www.unicode.org/versions/Unicode12.0.0/">Unicode 12.0</a>,
+      which adds 554 new characters, including four new scripts, and 61 new emoji.
+    </p>
+  </dd>
+</dl><!-- unicode -->
+
 <h3 id="minor_library_changes">Minor changes to the library</h3>
 
 <p>