summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-10-19 10:33:50 -0700
committerRob Pike <r@golang.org>2014-10-19 10:33:50 -0700
commit4a8829b092659039c4bb876c587524d10ae88b14 (patch)
tree7eb85c14963eb1ab1280de6be6428a903a278b8c /doc
parentf4460cbe900153a2cd70f1044f309e83439e4159 (diff)
downloadgo-4a8829b092659039c4bb876c587524d10ae88b14.tar.gz
doc/go1.4.txt: flags can now be set at most once
CC=golang-codereviews https://codereview.appspot.com/161820043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 833d331cb..df98de5c7 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -23,6 +23,7 @@ asm: make textflag.h available outside of cmd/ld (CL 128050043)
bufio: handling of empty tokens at EOF changed, may require scanner change (CL 145390043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
crypto/tls: support programmatic selection of server certificates (CL 107400043)
+flag: it is now an error to set a flag multiple times (CL 156390043)
fmt: print type *map[T]T as &map[k:v] (CL 154870043)
encoding/gob: remove unsafe (CL 102680045)
misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)