aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-02-18 13:40:57 +1100
committerAndrew Gerrand <adg@golang.org>2015-02-18 03:29:47 +0000
commit3ad906b20874f28a4bc48ef767d2138be1b53f28 (patch)
tree38b24401acb1abf0628123edfc4a1459a9380973
parent391805b14b03455107783e4d4b349b2fc3f53e26 (diff)
downloadgo-3ad906b20874f28a4bc48ef767d2138be1b53f28.tar.gz
go-3ad906b20874f28a4bc48ef767d2138be1b53f28.zip
doc: document Go 1.4.2
Change-Id: Ia87047cbc720fb03d2f67aec48abe18bce8dbf78 Reviewed-on: https://go-review.googlesource.com/5112 Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r--doc/devel/release.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index f2c878f2c1..c4540aff96 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -26,6 +26,11 @@ go1.4.1 (released 2015/01/15) includes bug fixes to the linker and the <code>log
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.1">Go 1.4.1 milestone on our issue tracker</a> for details.
</p>
+<p>
+go1.4.2 (released 2015/02/17) includes bug fixes to the <code>go</code> command, the compiler and linker, and the <code>runtime</code>, <code>syscall</code>, <code>reflect</code>, and <code>math/big</code> packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.2">Go 1.4.2 milestone on our issue tracker</a> for details.
+</p>
+
<h2 id="go1.3">go1.3 (released 2014/06/18)</h2>
<p>