From: Filippo Valsorda Date: Fri, 14 Dec 2018 21:04:50 +0000 (-0500) Subject: [release-branch.go1.11] doc: document Go 1.11.4 X-Git-Tag: go1.11.4~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=37b7c99ffdad7e1777669c2dde986dd6a1f2ea02;p=gostls13.git [release-branch.go1.11] doc: document Go 1.11.4 Change-Id: Ic098bd69fa9e3f7b2ed6c451a7a266167c0cde94 Reviewed-on: https://go-review.googlesource.com/c/154302 Reviewed-by: Dmitri Shuralyov (cherry picked from commit 47713567d9ec3784688d4e41ae16dca8466dcb84) Reviewed-on: https://go-review.googlesource.com/c/154306 --- diff --git a/doc/devel/release.html b/doc/devel/release.html index 8baf98677b..73f7a0e304 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -56,6 +56,16 @@ See the Go 1.11.3 milestone on our issue tracker for details.

+

+go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker, +runtime, documentation, go command, and the net/http and +go/types packages. +It includes a fix to a bug introduced in Go 1.11.3 that broke go +get for import path patterns containing "...". +See the Go +1.11.4 milestone on our issue tracker for details. +

+

go1.10 (released 2018/02/16)