From: Filippo Valsorda
Date: Tue, 5 Jun 2018 21:12:29 +0000 (-0400)
Subject: doc: document Go 1.10.3
X-Git-Tag: go1.11beta1~208
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b0951aff8f6a004fc2e73fdb98350125daea6c05;p=gostls13.git
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
---
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)