]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.4] doc: document Go 1.4.2
authorAndrew Gerrand <adg@golang.org>
Wed, 18 Feb 2015 02:40:57 +0000 (13:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 18 Feb 2015 03:43:35 +0000 (03:43 +0000)
Change-Id: Ia87047cbc720fb03d2f67aec48abe18bce8dbf78
Reviewed-on: https://go-review.googlesource.com/5112
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-on: https://go-review.googlesource.com/5113
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/devel/release.html

index 6e69ce70ed8ad9fc8268dc7ff485efa20c8c7d9a..5a1a747dad51c43d15fa0004eb031e14e5748d5b 100644 (file)
@@ -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>