From e069f90e17cd89e208f6abc1be94010bfcaa3300 Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
Date: Wed, 28 Mar 2018 17:51:05 -0400
Subject: [PATCH] [release-branch.go1.10] doc: document Go 1.10.1
Change-Id: Ibba5d4fd8124db9b1e4e50b8f37366f8dd23f47e
Reviewed-on: https://go-review.googlesource.com/103217
Reviewed-by: Ian Lance Taylor
Reviewed-on: https://go-review.googlesource.com/103222
Run-TryBot: Andrew Bonventre
Reviewed-by: Andrew Bonventre
TryBot-Result: Gobot Gobot
---
doc/devel/release.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/doc/devel/release.html b/doc/devel/release.html
index b9a54511bc..37942c3714 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -30,6 +30,17 @@ Go 1.10 is a major release of Go.
Read the Go 1.10 Release Notes for more information.
+Minor revisions
+
+
+go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, and the
+archive/zip
, crypto/tls
, crypto/x509
,
+encoding/json
, net
, net/http
, and
+net/http/pprof
packages.
+See the Go
+1.10.1 milestone on our issue tracker for details.
+
+
go1.9 (released 2017/08/24)
--
2.50.0