Skip to content

Commit f832a97

Browse files
committed
doc: document Go 1.12.1
Change-Id: I6d3a615c5f72e9aa29d23e127af98d6e836da173 Reviewed-on: https://go-review.googlesource.com/c/go/+/167699 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent d3bb45d commit f832a97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/devel/release.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ <h2 id="go1.12">go1.12 (released 2019/02/25)</h2>
3030
Read the <a href="/doc/go1.12">Go 1.12 Release Notes</a> for more information.
3131
</p>
3232

33+
<p>
34+
go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go
35+
command, and the <code>fmt</code>, <code>net/smtp</code>, <code>os</code>,
36+
<code>path/filepath</code>, <code>sync</code>, and <code>text/template</code>
37+
packages. See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.1">Go
38+
1.12.1 milestone</a> on our issue tracker for details.
39+
</p>
40+
3341
<h2 id="go1.11">go1.11 (released 2018/08/24)</h2>
3442

3543
<p>

0 commit comments

Comments
 (0)