aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-07-13 09:38:41 -0700
committerIan Lance Taylor <iant@golang.org>2016-07-13 18:07:35 +0000
commit1cb3f7169ccff3ae2197784676404e8d0d3f5e32 (patch)
treeee09fc4834de188158d66788f647da99dc194e4b
parent76da6491e802410bf84e122b8694bf01a6cf57cd (diff)
downloadgo-1cb3f7169ccff3ae2197784676404e8d0d3f5e32.tar.gz
go-1cb3f7169ccff3ae2197784676404e8d0d3f5e32.zip
doc/go1.7.html: earlier Go versions don't work on macOS Sierra
Updates #16272. Change-Id: If5444b8de8678eeb9be10b62a929e2e101d1dd91 Reviewed-on: https://go-review.googlesource.com/24900 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.7.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index d209a5ab0e..2dfa64da61 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -75,6 +75,12 @@ This change has no effect on the correctness of existing programs.
<h2 id="ports">Ports</h2>
<p>
+Go 1.7 adds support for macOS 10.12 Sierra.
+Binaries built with previous versions of Go will not work correctly on
+Sierra.
+</p>
+
+<p>
Go 1.7 adds an experimental port to <a href="https://en.wikipedia.org/wiki/Linux_on_z_Systems">Linux on z Systems</a> (<code>linux/s390x</code>)
and the beginning of a port to Plan 9 on ARM (<code>plan9/arm</code>).
</p>