aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-05-19 16:07:52 -0400
committerCherry Mui <cherryyz@google.com>2021-05-20 16:09:29 +0000
commitef1f52cc38cc8773a4ae2e4e71219140a08ce98f (patch)
tree9dd42c848d81c39d5a2af992eaca4c870c463036 /doc
parentbb7495a46d6024da9d77722f04b438e573bcb26f (diff)
downloadgo-ef1f52cc38cc8773a4ae2e4e71219140a08ce98f.tar.gz
go-ef1f52cc38cc8773a4ae2e4e71219140a08ce98f.zip
doc/go1.17: add release note for windows/arm64 port
Updates #44513, #42604. Change-Id: I8200e8087c219a0042ab2a6770a7275c3b17942a Reviewed-on: https://go-review.googlesource.com/c/go/+/321309 Trust: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 4c7348a36d..ea8bc3ccd6 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -43,6 +43,13 @@ Do not send CLs removing the interior tags from such phrases.
for previous versions has been discontinued.
</p>
+<h3 id="windows">Windows</h3>
+
+<p><!-- golang.org/issue/36439 -->
+ Go 1.17 adds support of 64-bit ARM architecture on Windows (the
+ <code>windows/arm64</code> port). This port supports cgo.
+</p>
+
<p>
TODO: complete the Ports section
</p>