diff options
author | Alexander Rakoczy <alex@golang.org> | 2019-10-17 16:48:37 -0400 |
---|---|---|
committer | Alexander Rakoczy <alex@golang.org> | 2019-10-17 21:24:46 +0000 |
commit | ba6496fe19e7a12ae4e09fe4c3db27831b941968 (patch) | |
tree | d39e1f70e9fa3fc948a57fdc04021ef6412ddd13 | |
parent | 5272a7c97c3a2772427ce895718c49782cadf94d (diff) | |
download | go-git-ba6496fe19e7a12ae4e09fe4c3db27831b941968.tar.gz |
[release-branch.go1.13] doc: document Go 1.12.12
Change-Id: I832ba5f32d513b586bb0b02371231786b25631e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/201817
Reviewed-by: Andrew Bonventre <andybons@golang.org>
(cherry picked from commit 58e8f7897a0b69fee891af8461e1270d59f4d1a6)
Reviewed-on: https://go-review.googlesource.com/c/go/+/201824
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r-- | doc/devel/release.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index fc858d418b..92078f223b 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -135,6 +135,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.11">Go 1.12.11 milestone</a> on our issue tracker for details. </p> +<p> +go1.12.12 (released 2019/10/17) includes fixes to the go command, +runtime, <code>syscall</code> and <code>net</code> packages. +See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12">Go +1.12.12 milestone</a> on our issue tracker for details. +</p> + <h2 id="go1.11">go1.11 (released 2018/08/24)</h2> <p> |