summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-10-06 14:58:59 -0700
committerRob Pike <r@golang.org>2014-10-06 14:58:59 -0700
commit4db418c1c96f6b08dc1ea6a20e84a866b36ad647 (patch)
tree8e0bbf7377ace7b05f964e5632f08ea0802aa285 /doc
parent06dffe0d90136e051ba908bdde851c30ebe865b7 (diff)
downloadgo-4db418c1c96f6b08dc1ea6a20e84a866b36ad647.tar.gz
doc/go1.4.txt: GOOS suffixes require underscores to act as build tags
CC=golang-codereviews https://codereview.appspot.com/151490043
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 3564e7d2d..1f6275f7d 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -17,6 +17,7 @@ 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)
cmd/go: compile and link all _test.go files during 'go test', even in packages where there are no Test functions (CL 150980043)
+cmd/go: (via go/build): a GOOS prefix acts as a tag only if preceded by an underscore. this is a breaking change. (CL 147690043)
asm: make textflag.h available outside of cmd/ld (CL 128050043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)