aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2016-11-07 19:08:51 -0500
committerBrad Fitzpatrick <bradfitz@golang.org>2016-11-08 00:32:12 +0000
commit248a59447165ebac2779cb54ee2a10c021009d20 (patch)
treed973cd982dcefe2d864cd7387f58a89d9f1aab01
parentde847be6a4ca3e5d22c056e09aadc30a0a777a08 (diff)
downloadgo-248a59447165ebac2779cb54ee2a10c021009d20.tar.gz
go-248a59447165ebac2779cb54ee2a10c021009d20.zip
doc/devel/release.html: document go1.6.3 doesn't actually support macOS Sierra
Updates #17824. Change-Id: I73cf89c21b418158c7014c3271cd1103a17a5c86 Reviewed-on: https://go-review.googlesource.com/32882 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/devel/release.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 6c1cb996bd..773f889e8b 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -83,7 +83,7 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.6.2">Go
<p>
go1.6.3 (released 2016/07/17) includes security fixes to the
<code>net/http/cgi</code> package and <code>net/http</code> package when used in
-a CGI environment. This release also adds support for macOS Sierra.
+a CGI environment.
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.6.3">Go
1.6.3 milestone</a> on our issue tracker for details.
</p>