aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2019-08-15 12:57:01 -0400
committerDmitri Shuralyov <dmitshur@golang.org>2019-08-15 17:49:11 +0000
commit0212f0410f845815f5327a7f2e705891a9598f3d (patch)
tree94c9e66335e6676ef80e979acd9790218291dfec
parent395fd106bcb1fadad7fb20b21153f9bf20964d82 (diff)
downloadgo-0212f0410f845815f5327a7f2e705891a9598f3d.tar.gz
go-0212f0410f845815f5327a7f2e705891a9598f3d.zip
doc: document Go 1.12.9
Change-Id: I88b7e085fc70f9c021788d364099f5bc6b705ba8 Reviewed-on: https://go-review.googlesource.com/c/go/+/190438 Reviewed-by: Filippo Valsorda <filippo@golang.org>
-rw-r--r--doc/devel/release.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 1bb3730d8b..437e3c60a4 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -91,6 +91,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.8">Go
1.12.8 milestone</a> on our issue tracker for details.
</p>
+<p>
+go1.12.9 (released 2019/08/15) includes fixes to the linker,
+and the <code>os</code> and <code>math/big</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.9+label%3ACherryPickApproved">Go
+1.12.9 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.11">go1.11 (released 2018/08/24)</h2>
<p>