Skip to content

Commit e069f90

Browse files
committed
[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 <[email protected]> Reviewed-on: https://go-review.googlesource.com/103222 Run-TryBot: Andrew Bonventre <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 04c5832 commit e069f90

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/devel/release.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ <h2 id="go1.10">go1.10 (released 2018/02/16)</h2>
3030
Read the <a href="/doc/go1.10">Go 1.10 Release Notes</a> for more information.
3131
</p>
3232

33+
<h3 id="go1.10.minor">Minor revisions</h3>
34+
35+
<p>
36+
go1.10.1 (released 2018/03/28) includes fixes to the compiler, runtime, and the
37+
<code>archive/zip</code>, <code>crypto/tls</code>, <code>crypto/x509</code>,
38+
<code>encoding/json</code>, <code>net</code>, <code>net/http</code>, and
39+
<code>net/http/pprof</code> packages.
40+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.1">Go
41+
1.10.1 milestone</a> on our issue tracker for details.
42+
</p>
43+
3344
<h2 id="go1.9">go1.9 (released 2017/08/24)</h2>
3445

3546
<p>

0 commit comments

Comments
 (0)