summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-08-13 07:39:52 +1000
committerAndrew Gerrand <adg@golang.org>2014-08-13 07:39:52 +1000
commit3339524bb5afbacebbeb19a09946573ba68abe1c (patch)
tree33b988e05cae1213eea084d3594bfd402e82564d /doc
parentc3374e3eaf4ec6bc10cb6637f089fd5845bb1270 (diff)
downloadgo-3339524bb5afbacebbeb19a09946573ba68abe1c.tar.gz
doc: document go1.3.1
LGTM=r R=r, rsc CC=golang-codereviews https://codereview.appspot.com/126060043
Diffstat (limited to 'doc')
-rw-r--r--doc/devel/release.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 0824463f4..c1d364c72 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -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>