From b0951aff8f6a004fc2e73fdb98350125daea6c05 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 5 Jun 2018 17:12:29 -0400 Subject: [PATCH] doc: document Go 1.10.3 Change-Id: Ifc774bb9267baa773e91c617204329d3e04bd4b7 Reviewed-on: https://go-review.googlesource.com/116363 Reviewed-by: Brad Fitzpatrick Reviewed-by: Russ Cox --- doc/devel/release.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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 Go 1.10.2 milestone on our issue tracker for details.

+

+go1.10.3 (released 2018/06/05) includes fixes to the go command, and the +crypto/tls, crypto/x509, and strings packages. +In particular, it adds +minimal support to the go command for the vgo transition. +See the Go +1.10.3 milestone on our issue tracker for details. +

+

go1.9 (released 2017/08/24)

-- 2.48.1