From 81e661aa4556901de303e2a87e078896a53df6a6 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 14 Jul 2014 15:45:14 -0700 Subject: [PATCH] doc/go1.4.txt: permit for range x CC=golang-codereviews https://golang.org/cl/110640044 --- doc/go1.4.txt | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.48.1