From: Rob Pike Date: Tue, 18 Feb 2014 19:50:38 +0000 (-0800) Subject: doc/go1.3.txt: unicode upgrade to 6.3.0 X-Git-Tag: go1.3beta1~668 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ad4601d1c3ee581ce1c4dc45b1dce604e5801ff6;p=gostls13.git doc/go1.3.txt: unicode upgrade to 6.3.0 LGTM=mpvl R=mpvl CC=golang-codereviews https://golang.org/cl/65550044 --- diff --git a/doc/go1.3.txt b/doc/go1.3.txt index cdf241ae5a..31dfd38a10 100644 --- a/doc/go1.3.txt +++ b/doc/go1.3.txt @@ -7,3 +7,4 @@ testing: diagnose buggy tests that panic(nil) (CL 55780043) testing: add b.RunParallel function (CL 57270043) misc/benchcmp has been replaced by go tool benchcmp (CL 47980043) cmd/go, go/build: support .m files (CL 60590044) +unicode: upgrade from Unicode 6.2.0 to 6.3.0 (CL 65400044)