aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2019-10-31 17:19:28 -0400
committerAndrew Bonventre <andybons@golang.org>2019-10-31 21:54:50 +0000
commitbcb6099d995ea2b9cd55c548f22718bdbc58e20c (patch)
treeb19d088803b24a36c3b16762070548df3400b65a
parent6d02f95abb01de811186b7764948429f99a7f78f (diff)
downloadgo-bcb6099d995ea2b9cd55c548f22718bdbc58e20c.tar.gz
go-bcb6099d995ea2b9cd55c548f22718bdbc58e20c.zip
[release-branch.go1.13] doc: document Go 1.13.4
Change-Id: Ib29e642c56eca96826187f5737d74f8c0430ac3d Reviewed-on: https://go-review.googlesource.com/c/go/+/204677 Run-TryBot: Andrew Bonventre <andybons@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> Reviewed-by: Katie Hockman <katie@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--doc/devel/release.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index ffd0f4bd17..38fc8f66f6 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -54,6 +54,15 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.3">Go
1.13.3 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.13.4 (released 2019/10/31) includes fixes to the <code>net/http</code> and
+<code>syscall</code> packages. It also fixes an issue on macOS 10.15 Catalina
+where the non-notarized installer and binaries were being
+<a href="https://golang.org/issue/34986">rejected by Gatekeeper</a>.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.4">Go
+1.13.4 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.12">go1.12 (released 2019/02/25)</h2>
<p>