aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel van Lohuizen <mpvl@golang.org>2016-06-28 17:47:27 +0200
committerMarcel van Lohuizen <mpvl@golang.org>2016-06-28 17:01:30 +0000
commit996ed3be9a10ace6cd7a8a6a8080c0c8db7ab1fe (patch)
tree629b1bf6f9665402bb295bd24a6d60b73f26944d
parent3001334e7752af67036a6d9c30c919cbfea81a7c (diff)
downloadgo-996ed3be9a10ace6cd7a8a6a8080c0c8db7ab1fe.tar.gz
go-996ed3be9a10ace6cd7a8a6a8080c0c8db7ab1fe.zip
doc: update 1.7 release notes on Unicode upgrade
Fixes #16201 Change-Id: I38c17859db78c2868905da24217e0ad47739c320 Reviewed-on: https://go-review.googlesource.com/24541 Run-TryBot: Marcel van Lohuizen <mpvl@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.7.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index c80be957a1..34236b4dcb 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -1222,3 +1222,15 @@ system call before executing the new program.
</p>
</dd>
</dl>
+
+
+<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 version 8.0 to
+<a href="http://www.unicode.org/versions/Unicode9.0.0/">Unicode 9.0</a>.
+</p>
+</dd>
+</dl>