From 68ce117cf17b8debf5754bfd476345779b5b6616 Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Fri, 19 Jan 2018 12:50:40 -0500 Subject: [PATCH] doc: document Go 1.9.3 Change-Id: Ic7a5d3118754b34ab0652fcef889259a03baebc3 Reviewed-on: https://go-review.googlesource.com/88536 Reviewed-by: Ian Lance Taylor --- doc/devel/release.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/devel/release.html b/doc/devel/release.html index 2e5b0d44ae0d62..6d5eb0f8e6adf9 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -49,6 +49,14 @@

Minor revisions

1.9.2 milestone on our issue tracker for details.

+

+go1.9.3 (released 2018/01/19) includes fixes to the compiler, runtime, +and the database/sql, math/big, net/http, +and net/url packages. +See the Go +1.9.3 milestone on our issue tracker for details. +

+

go1.8 (released 2017/02/16)

@@ -272,7 +280,7 @@

Minor revisions

-go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. +go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port. See the change history for details.

@@ -336,7 +344,7 @@

go1 (released 2012/03/28)

-The go1 release corresponds to +The go1 release corresponds to weekly.2012-03-27.

@@ -352,7 +360,7 @@

Minor revisions

go1.0.2 (released 2012/06/13) was issued to fix two bugs in the implementation -of maps using struct or array keys: +of maps using struct or array keys: issue 3695 and issue 3573. It also includes many minor code and documentation fixes.