From 52c4bdb65d49be0b8f04a27f228a8611fd57ca3c Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Mon, 1 Oct 2018 16:08:49 -0400 Subject: [PATCH] [release-branch.go1.11] doc: document Go 1.11.1 Updates #27953 Change-Id: I2f1a55e15dc5737a5a06bd894c46b2c4705f338c Reviewed-on: https://go-review.googlesource.com/138858 Reviewed-by: Filippo Valsorda (cherry picked from commit f99fc3a119dbb98fa9dddcb2e31a6c51925fde77) Reviewed-on: https://go-review.googlesource.com/138859 Reviewed-by: Dmitri Shuralyov --- doc/devel/release.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/devel/release.html b/doc/devel/release.html index a6dd5f9d28..0448c0d43e 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -30,6 +30,17 @@ Go 1.11 is a major release of Go. Read the Go 1.11 Release Notes for more information.

+

Minor revisions

+ +

+go1.11.1 (released 2018/10/01) includes fixes to the compiler, documentation, go +command, runtime, and the crypto/x509, encoding/json, +go/types, net, net/http, and +reflect packages. +See the Go +1.11.1 milestone on our issue tracker for details. +

+

go1.10 (released 2018/02/16)

-- 2.50.0