From: Rob Pike Date: Mon, 14 Jul 2014 22:45:14 +0000 (-0700) Subject: doc/go1.4.txt: permit for range x X-Git-Tag: go1.4beta1~1105 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=81e661aa4556901de303e2a87e078896a53df6a6;p=gostls13.git doc/go1.4.txt: permit for range x CC=golang-codereviews https://golang.org/cl/110640044 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index 9066cd84fe..689c73115a 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -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)