summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-26 14:37:38 -0400
committerRuss Cox <rsc@golang.org>2014-09-26 14:37:38 -0400
commitb1818d8bb1b85e14f19cbc0b2c9b6c923240457a (patch)
tree8257bc368aeda0693f1f48a5d2af60dc2bdd8963 /doc
parent70667bf508fb3864fc72bc791d5949ff81d9cc7f (diff)
downloadgo-b1818d8bb1b85e14f19cbc0b2c9b6c923240457a.tar.gz
doc/go1.4: add some cmd/go changes
CC=golang-codereviews https://codereview.appspot.com/143650043
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 d09a154a3..a68bca78f 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -14,6 +14,8 @@ cmd/go: import comments (CL 124940043)
cmd/go: implement "internal" (CL 120600043)
cmd/go: implement "generate" (CL 125580044)
cmd/go: disallow C sources except when using cgo (CL 149720043)
+cmd/go: add test -o flag (CL 149070043)
+cmd/go: redefine build -a to skip standard library in releases (CL 151730045)
asm: make textflag.h available outside of cmd/ld (CL 128050043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)