]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.11] doc: document Go 1.11.4
authorFilippo Valsorda <filippo@golang.org>
Fri, 14 Dec 2018 21:04:50 +0000 (16:04 -0500)
committerFilippo Valsorda <filippo@golang.org>
Fri, 14 Dec 2018 21:58:38 +0000 (21:58 +0000)
Change-Id: Ic098bd69fa9e3f7b2ed6c451a7a266167c0cde94
Reviewed-on: https://go-review.googlesource.com/c/154302
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit 47713567d9ec3784688d4e41ae16dca8466dcb84)
Reviewed-on: https://go-review.googlesource.com/c/154306

doc/devel/release.html

index 8baf98677bf864d740f0f323f323e92eb9521b60..73f7a0e30471024ef32c15a30320189dbde5fb16 100644 (file)
@@ -56,6 +56,16 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.3">Go
 1.11.3 milestone</a> on our issue tracker for details.
 </p>
 
+<p>
+go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker,
+runtime, documentation, go command, and the <code>net/http</code> and
+<code>go/types</code> packages.
+It includes a fix to a bug introduced in Go 1.11.3 that broke <code>go</code>
+<code>get</code> for import path patterns containing "<code>...</code>".
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.4+label%3ACherryPickApproved">Go
+1.11.4 milestone</a> on our issue tracker for details.
+</p>
+
 <h2 id="go1.10">go1.10 (released 2018/02/16)</h2>
 
 <p>