aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2019-03-14 14:03:30 -0400
committerAndrew Bonventre <andybons@golang.org>2019-03-14 18:14:22 +0000
commit100b6739fc608a3e7d0f31eba66fd014e9986015 (patch)
tree07015208fe46d71c2aa47faa6529d5e08a467145
parent82d12bdcf7520f19d433b8894b2afb33063d90a0 (diff)
downloadgo-100b6739fc608a3e7d0f31eba66fd014e9986015.tar.gz
go-100b6739fc608a3e7d0f31eba66fd014e9986015.zip
[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 <bradfitz@golang.org> (cherry picked from commit f832a97e454a5e2bed336321965fd2382b2af868) Reviewed-on: https://go-review.googlesource.com/c/go/+/167702 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/devel/release.html8
1 files changed, 8 insertions, 0 deletions
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 <a href="/doc/go1.12">Go 1.12 Release Notes</a> for more information.
</p>
+<p>
+go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go
+command, and the <code>fmt</code>, <code>net/smtp</code>, <code>os</code>,
+<code>path/filepath</code>, <code>sync</code>, and <code>text/template</code>
+packages. See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.1">Go
+1.12.1 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.11">go1.11 (released 2018/08/24)</h2>
<p>