Skip to content

Commit 15bff20

Browse files
committed
doc: document Go 1.13.4
Change-Id: Ib29e642c56eca96826187f5737d74f8c0430ac3d Reviewed-on: https://go-review.googlesource.com/c/go/+/204638 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Katie Hockman <[email protected]>
1 parent ef03c44 commit 15bff20

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/devel/release.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ <h3 id="go1.13.minor">Minor revisions</h3>
5454
1.13.3 milestone</a> on our issue tracker for details.
5555
</p>
5656

57+
<p>
58+
go1.13.4 (released 2019/10/31) includes fixes to the <code>net/http</code> and
59+
<code>syscall</code> packages. It also fixes an issue on macOS 10.15 Catalina
60+
where the non-notarized installer and binaries were being
61+
<a href="https://golang.org/issue/34986">rejected by Gatekeeper</a>.
62+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.4">Go
63+
1.13.4 milestone</a> on our issue tracker for details.
64+
</p>
65+
5766
<h2 id="go1.12">go1.12 (released 2019/02/25)</h2>
5867

5968
<p>

0 commit comments

Comments
 (0)