From f832a97e454a5e2bed336321965fd2382b2af868 Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
Date: Thu, 14 Mar 2019 14:03:30 -0400
Subject: [PATCH] doc: document Go 1.12.1
Change-Id: I6d3a615c5f72e9aa29d23e127af98d6e836da173
Reviewed-on: https://go-review.googlesource.com/c/go/+/167699
Reviewed-by: Brad Fitzpatrick
---
doc/devel/release.html | 8 ++++++++
1 file changed, 8 insertions(+)
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)
--
2.48.1