aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Rakoczy <alex@golang.org>2019-10-17 16:54:06 -0400
committerAlexander Rakoczy <alex@golang.org>2019-10-17 21:32:11 +0000
commit35a519b6b227db5ad37aab8fc3d580420fa62a8e (patch)
tree18385e8f6bb9a001599e6ca7278e7aa29641e713
parentba6496fe19e7a12ae4e09fe4c3db27831b941968 (diff)
downloadgo-35a519b6b227db5ad37aab8fc3d580420fa62a8e.tar.gz
go-35a519b6b227db5ad37aab8fc3d580420fa62a8e.zip
[release-branch.go1.13] doc: document Go 1.13.3
Change-Id: Ia571b8aa791578a77ed5c2b8eaf45c9684eea1c3 Reviewed-on: https://go-review.googlesource.com/c/go/+/201820 Reviewed-by: Andrew Bonventre <andybons@golang.org> (cherry picked from commit f95bf8b64bd1c4e53d27dcd39e128a7b4492382f) Reviewed-on: https://go-review.googlesource.com/c/go/+/201825
-rw-r--r--doc/devel/release.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 92078f223b..0ac3b86334 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -46,6 +46,14 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.2">Go
1.13.2 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.13.3 (released 2019/10/17) includes fixes to the go command,
+the toolchain, the runtime, <code>syscall</code>, <code>net</code>,
+<code>net/http</code>, and <code>crypto/ecdsa</code> packages.
+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>
+
<h2 id="go1.12">go1.12 (released 2019/02/25)</h2>
<p>