summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-07-14 15:45:14 -0700
committerRob Pike <r@golang.org>2014-07-14 15:45:14 -0700
commit10069c9f29881402850a9583b2c0552218097396 (patch)
tree2508732ee8dee2c77ec903faa1f141967fbd3543 /doc
parent540b2fc66720a82374f09589ecd2f6b550db38dc (diff)
downloadgo-10069c9f29881402850a9583b2c0552218097396.tar.gz
doc/go1.4.txt: permit for range x
CC=golang-codereviews https://codereview.appspot.com/110640044
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 9066cd84f..689c73115 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)