doc/go1.4.txt: permit for range x

CC=golang-codereviews
https://golang.org/cl/110640044
This commit is contained in:
Rob Pike 2014-07-14 15:45:14 -07:00
parent 20ae6d9bc5
commit 81e661aa45

View file

@ -5,6 +5,8 @@ Please keep the descriptions to a single line, starting with the
package or cmd/xxx directory name, and ending in a CL number.
Please keep the list sorted (as in sort.Strings of the lines).
spec: permit for range x (CL 104680043)
encoding/gob: remove unsafe (CL 102680045)
misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
runtime/race: freebsd is supported (CL 107270043)