From 0ed86cda677f04a9ca01498dfa9722f234f984d2 Mon Sep 17 00:00:00 2001 From: Marcel van Lohuizen Date: Mon, 5 Aug 2019 17:57:29 +0200 Subject: [PATCH] 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 --- doc/go1.13.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/go1.13.html b/doc/go1.13.html index f38474b327..3b9da340aa 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -992,3 +992,13 @@ godoc +
unicode
+
+

+ The unicode package and associated + support throughout the system has been upgraded from Unicode 10.0 to + Unicode 11.0, + which adds 684 new characters, including seven new scripts, and 66 new emoji. +

+ +
-- 2.50.0