doc/devel/release.html | 10 ++++++++++ diff --git a/doc/devel/release.html b/doc/devel/release.html index 8baf98677bf864d740f0f323f323e92eb9521b60..73f7a0e30471024ef32c15a30320189dbde5fb16 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.
+