[release-branch.go1.3] doc: document go1.3.1 ««« CL 126060043 / e3cf4c202bd8 doc: document go1.3.1 LGTM=r R=r, rsc CC=golang-codereviews https://golang.org/cl/126060043 »»» TBR=rsc R=rsc CC=golang-codereviews https://golang.org/cl/126070043
diff --git a/doc/devel/release.html b/doc/devel/release.html index 0824463..c1d364c 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html
@@ -20,6 +20,13 @@ 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>