]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document Go 1.12.5
authorAndrew Bonventre <andybons@golang.org>
Mon, 6 May 2019 19:56:43 +0000 (15:56 -0400)
committerAndrew Bonventre <andybons@golang.org>
Mon, 6 May 2019 20:11:45 +0000 (20:11 +0000)
Change-Id: I9986a323db2a8f5fa74b071cfd04e8c786da0cb3
Reviewed-on: https://go-review.googlesource.com/c/go/+/175438
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/devel/release.html

index e3677912bc5b465f0f2d742b5259f8af130b395d..69eec330a812bb0bc2b423f9ea3bbbee80d7c492 100644 (file)
@@ -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>