summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-10-01 08:30:51 +1000
committerAndrew Gerrand <adg@golang.org>2014-10-01 08:30:51 +1000
commiteb318ace80d96c7b5d4749cda9313441f9844b00 (patch)
tree70812ecf0acb7a149184b8ba1cf25feb2cb6149e /doc
parent13cbdf847272f332d69c908eead55faf7a3a5df7 (diff)
downloadgo-eb318ace80d96c7b5d4749cda9313441f9844b00.tar.gz
doc: document go1.3.3
LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/149280044
Diffstat (limited to 'doc')
-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 f8ffaf716..1a8439134 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -32,6 +32,11 @@ go1.3.2 (released 2014/09/25) includes bug fixes to cgo and the crypto/tls packa
See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=go1.3.2">change history</a> for details.
</p>
+<p>
+go1.3.3 (released 2014/09/30) includes further bug fixes to cgo, the runtime package, and the nacl port.
+See the <a href="//code.google.com/p/go/source/list?name=release-branch.go1.3&r=go1.3.3">change history</a> for details.
+</p>
+
<h2 id="go1.2">go1.2 (released 2013/12/01)</h2>
<p>