From 862a57df5aa6948f7cc209e6c117f2dd08b066cc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 30 Jan 2020 19:25:25 -0800 Subject: [PATCH] doc/go1.14: mention update to Unicode 12 Updates #36878 Change-Id: Ia8441de8a04fead1f76c72f662bcb877e2265c3e Reviewed-on: https://go-review.googlesource.com/c/go/+/217133 Reviewed-by: Brad Fitzpatrick --- doc/go1.14.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.14.html b/doc/go1.14.html index e072bc675e..0bb9f3fd49 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -663,6 +663,17 @@ TODO

+
unicode
+
+

+ The unicode package and associated + support throughout the system has been upgraded from Unicode 11.0 to + Unicode 12.0, + which adds 554 new characters, including four new scripts, and 61 new emoji. +

+
+
+

Minor changes to the library

-- 2.50.0