aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2018-06-05 17:12:29 -0400
committerFilippo Valsorda <filippo@golang.org>2018-06-06 00:57:42 +0000
commit4059afb41925a2ac42a3c840b9d88ac08dd01c99 (patch)
treeca4f0a98921d562a5d235b15055e03e56c7fb614
parent5feffb4395f541f576785e22c1f93b19bf1d8dc3 (diff)
downloadgo-4059afb41925a2ac42a3c840b9d88ac08dd01c99.tar.gz
go-4059afb41925a2ac42a3c840b9d88ac08dd01c99.zip
[release-branch.go1.10] doc: document Go 1.10.3
Change-Id: Ifc774bb9267baa773e91c617204329d3e04bd4b7 Reviewed-on: https://go-review.googlesource.com/116363 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> (cherry picked from commit b0951aff8f6a004fc2e73fdb98350125daea6c05) Reviewed-on: https://go-review.googlesource.com/116477 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 7cb788a4fc..584340b005 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -48,6 +48,15 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.2">Go
1.10.2 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.10.3 (released 2018/06/05) includes fixes to the go command, and the
+<code>crypto/tls</code>, <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.10.3">Go
+1.10.3 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.9">go1.9 (released 2017/08/24)</h2>
<p>