aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatie Hockman <katie@golang.org>2018-10-01 16:08:49 -0400
committerKatie Hockman <katie@golang.org>2018-10-01 20:40:15 +0000
commit52c4bdb65d49be0b8f04a27f228a8611fd57ca3c (patch)
tree1e587e8cc9280ba23bd8605574a9191ca053f46b
parent92ae524bc5b62ef8e505a95d65f74ca9a7cb335a (diff)
downloadgo-52c4bdb65d49be0b8f04a27f228a8611fd57ca3c.tar.gz
go-52c4bdb65d49be0b8f04a27f228a8611fd57ca3c.zip
[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 <filippo@golang.org> (cherry picked from commit f99fc3a119dbb98fa9dddcb2e31a6c51925fde77) Reviewed-on: https://go-review.googlesource.com/138859 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/devel/release.html11
1 files changed, 11 insertions, 0 deletions
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 <a href="/doc/go1.11">Go 1.11 Release Notes</a> for more information.
</p>
+<h3 id="go1.11.minor">Minor revisions</h3>
+
+<p>
+go1.11.1 (released 2018/10/01) includes fixes to the compiler, documentation, go
+command, runtime, and the <code>crypto/x509</code>, <code>encoding/json</code>,
+<code>go/types</code>, <code>net</code>, <code>net/http</code>, and
+<code>reflect</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.1">Go
+1.11.1 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.10">go1.10 (released 2018/02/16)</h2>
<p>