1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:50:05 -07:00

doc/go1.3.txt: unicode upgrade to 6.3.0

LGTM=mpvl
R=mpvl
CC=golang-codereviews
https://golang.org/cl/65550044
This commit is contained in:
Rob Pike 2014-02-18 11:50:38 -08:00
parent 746d636859
commit ad4601d1c3

View File

@ -7,3 +7,4 @@ testing: diagnose buggy tests that panic(nil) (CL 55780043)
testing: add b.RunParallel function (CL 57270043) testing: add b.RunParallel function (CL 57270043)
misc/benchcmp has been replaced by go tool benchcmp (CL 47980043) misc/benchcmp has been replaced by go tool benchcmp (CL 47980043)
cmd/go, go/build: support .m files (CL 60590044) cmd/go, go/build: support .m files (CL 60590044)
unicode: upgrade from Unicode 6.2.0 to 6.3.0 (CL 65400044)