aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2019-05-06 15:56:43 -0400
committerAndrew Bonventre <andybons@golang.org>2019-05-06 20:12:17 +0000
commite02d81890f6737ef479dd296e51efcdcd33c04b7 (patch)
tree623017fec98aebaaa7d301ef0dedbefd8ea5bba2
parentdf6ecb1272aac3cc899f2964f81bee87f173d562 (diff)
downloadgo-e02d81890f6737ef479dd296e51efcdcd33c04b7.tar.gz
go-e02d81890f6737ef479dd296e51efcdcd33c04b7.zip
[release-branch.go1.12] doc: document Go 1.12.5
Change-Id: I9986a323db2a8f5fa74b071cfd04e8c786da0cb3 Reviewed-on: https://go-review.googlesource.com/c/go/+/175438 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 1560264f70a90de8d8b68e246c476d79e4d60574) Reviewed-on: https://go-review.googlesource.com/c/go/+/175444 Reviewed-by: Andrew Bonventre <andybons@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 e3677912bc..69eec330a8 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -62,6 +62,13 @@ when linking programs that used cgo.
Only Linux users who hit this issue need to update.
</p>
+<p>
+go1.12.5 (released 2019/05/06) includes fixes to the compiler, the linker,
+the go command, the runtime, and the <code>os</code> package. See the
+<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.5">Go
+1.12.5 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.11">go1.11 (released 2018/08/24)</h2>
<p>