From: Andrew Bonventre Date: Thu, 14 Mar 2019 18:03:30 +0000 (-0400) Subject: [release-branch.go1.12] doc: document Go 1.12.1 X-Git-Tag: go1.12.1~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=100b6739fc608a3e7d0f31eba66fd014e9986015;p=gostls13.git [release-branch.go1.12] doc: document Go 1.12.1 Change-Id: I6d3a615c5f72e9aa29d23e127af98d6e836da173 Reviewed-on: https://go-review.googlesource.com/c/go/+/167699 Reviewed-by: Brad Fitzpatrick (cherry picked from commit f832a97e454a5e2bed336321965fd2382b2af868) Reviewed-on: https://go-review.googlesource.com/c/go/+/167702 Reviewed-by: Andrew Bonventre --- diff --git a/doc/devel/release.html b/doc/devel/release.html index 7255bd9811..7a036db9a8 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -30,6 +30,14 @@ Go 1.12 is a major release of Go. Read the Go 1.12 Release Notes for more information.

+

+go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go +command, and the fmt, net/smtp, os, +path/filepath, sync, and text/template +packages. See the Go +1.12.1 milestone on our issue tracker for details. +

+

go1.11 (released 2018/08/24)