Skip to content

Commit

Permalink
[release-branch.go1.11] doc: document Go 1.11.4
Browse files Browse the repository at this point in the history
Change-Id: Ic098bd69fa9e3f7b2ed6c451a7a266167c0cde94
Reviewed-on: https://go-review.googlesource.com/c/154302
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
(cherry picked from commit 4771356)
Reviewed-on: https://go-review.googlesource.com/c/154306
  • Loading branch information
FiloSottile committed Dec 14, 2018
1 parent 55cfdd7 commit 37b7c99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/devel/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ <h3 id="go1.11.minor">Minor revisions</h3>
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>
Expand Down

0 comments on commit 37b7c99

Please sign in to comment.