From: Katie Hockman Date: Mon, 1 Oct 2018 20:08:49 +0000 (-0400) Subject: doc: document Go 1.11.1 X-Git-Tag: go1.12beta1~962 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f99fc3a119dbb98fa9dddcb2e31a6c51925fde77;p=gostls13.git doc: document Go 1.11.1 Change-Id: I2f1a55e15dc5737a5a06bd894c46b2c4705f338c Reviewed-on: https://go-review.googlesource.com/138858 Reviewed-by: Filippo Valsorda --- 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)