]> Cypherpunks repositories - gostls13.git/commitdiff
doc: link to Go 1.1 release notes
authorAndrew Gerrand <adg@golang.org>
Wed, 1 May 2013 14:00:05 +0000 (10:00 -0400)
committerAndrew Gerrand <adg@golang.org>
Wed, 1 May 2013 14:00:05 +0000 (10:00 -0400)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9047045

doc/docs.html

index 3112381c25e6627807bea5bf5e2d86888588705b..2dcab5d51c84103b4bda131b3018d8d5ca327640 100644 (file)
@@ -82,6 +82,12 @@ Answers to common questions about Go.
 A guide for updating your code to work with Go 1.
 </p>
 
+<h3 id="go1.1notes"><a href="/doc/go1.1.html">Go 1.1 Release Notes</a></h3>
+<p>
+A list of significant changes in Go 1.1, with instructions for updating your
+code where necessary.
+</p>
+
 <h3 id="go1compat"><a href="/doc/go1compat.html">Go 1 and the Future of Go Programs</a></h3>
 <p>
 What Go 1 defines and the backwards-compatibility guarantees one can expect as