aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2018-06-05 17:10:29 -0400
committerFilippo Valsorda <filippo@golang.org>2018-06-06 00:57:20 +0000
commit5feffb4395f541f576785e22c1f93b19bf1d8dc3 (patch)
treee836b385b779056fec01af65d045b4c48574e8ab
parentfce993d1a27153271919db00d2f80b6839fcb326 (diff)
downloadgo-5feffb4395f541f576785e22c1f93b19bf1d8dc3.tar.gz
go-5feffb4395f541f576785e22c1f93b19bf1d8dc3.zip
[release-branch.go1.10] doc: document Go 1.9.7
Change-Id: I10dededb41162a99dbc42792a9d314c6dabddcca Reviewed-on: https://go-review.googlesource.com/116362 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> (cherry picked from commit bbf4a3024b1001ef2f01a8d12b5d7469915e4a8d) Reviewed-on: https://go-review.googlesource.com/116476 Reviewed-by: Filippo Valsorda <filippo@golang.org>
-rw-r--r--doc/devel/release.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 30d1611509..7cb788a4fc 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -101,6 +101,15 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.6">Go
1.9.6 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.9.7 (released 2018/06/05) includes fixes to the go command, and the
+<code>crypto/x509</code>, and <code>strings</code> packages.
+In particular, it adds <a href="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9">
+minimal support to the go command for the vgo transition</a>.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7">Go
+1.9.7 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>