From f497885c6343808b47811981ae42c2e816005163 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 13 Aug 2014 07:39:52 +1000 Subject: [PATCH] doc: document go1.3.1 LGTM=r R=r, rsc CC=golang-codereviews https://golang.org/cl/126060043 --- doc/devel/release.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/devel/release.html b/doc/devel/release.html index 0824463f4c..c1d364c723 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -20,6 +20,13 @@ Go 1.3 is a major release of Go. Read the Go 1.3 Release Notes for more information.

+

Minor revisions

+ +

+go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the the runtime, net, and crypto/rsa packages. +See the change history for details. +

+

go1.2 (released 2013/12/01)

-- 2.48.1