]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document go1.3.1
authorAndrew Gerrand <adg@golang.org>
Tue, 12 Aug 2014 21:39:52 +0000 (07:39 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 12 Aug 2014 21:39:52 +0000 (07:39 +1000)
LGTM=r
R=r, rsc
CC=golang-codereviews
https://golang.org/cl/126060043

doc/devel/release.html

index 0824463f4cd2250953710cd67cb2387910addb0c..c1d364c723c61d7c763b2f241c67452a6090d90b 100644 (file)
@@ -20,6 +20,13 @@ Go 1.3 is a major release of Go.
 Read the <a href="/doc/go1.3">Go 1.3 Release Notes</a> for more information.
 </p>
 
+<h3 id="go1.3.minor">Minor revisions</h3>
+
+<p>
+go1.3.1 (released 2014/08/13) includes bug fixes to the compiler and the the <code>runtime</code>, <code>net</code>, and <code>crypto/rsa</code> packages.
+See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=40272ab1339ab2fb9e7160483e5e5d42d6b7e810">change history</a> for details.
+</p>
+
 <h2 id="go1.2">go1.2 (released 2013/12/01)</h2>
 
 <p>