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)