From 7785be8f2227df881e7ab3a4e81a2fc69a165cf8 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 15 Jan 2015 15:28:12 +1100 Subject: [PATCH] doc: document Go 1.4.1 Change-Id: I4e9737497f4995657c46e52e0722d921499f8d17 Reviewed-on: https://go-review.googlesource.com/2854 Reviewed-by: Rob Pike --- doc/devel/release.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/devel/release.html b/doc/devel/release.html index acd7fe9ae2..f2c878f2c1 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -19,6 +19,13 @@ Go 1.4 is a major release of Go. Read the Go 1.4 Release Notes for more information.

+

Minor revisions

+ +

+go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the log, syscall, and runtime packages. +See the Go 1.4.1 milestone on our issue tracker for details. +

+

go1.3 (released 2014/06/18)

-- 2.48.1