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.
+