From 35a519b6b227db5ad37aab8fc3d580420fa62a8e Mon Sep 17 00:00:00 2001 From: Alexander Rakoczy Date: Thu, 17 Oct 2019 16:54:06 -0400 Subject: [PATCH] [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 (cherry picked from commit f95bf8b64bd1c4e53d27dcd39e128a7b4492382f) Reviewed-on: https://go-review.googlesource.com/c/go/+/201825 --- doc/devel/release.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 Go 1.13.2 milestone on our issue tracker for details.

+

+go1.13.3 (released 2019/10/17) includes fixes to the go command, +the toolchain, the runtime, syscall, net, +net/http, and crypto/ecdsa packages. +See the Go +1.13.3 milestone on our issue tracker for details. +

+

go1.12 (released 2019/02/25)

-- 2.48.1