diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-12-13 09:31:49 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-12-13 09:31:49 +1100 |
| commit | e8a1de720fb47987b69c15ec7c002c85f90bf9be (patch) | |
| tree | dc10002f0b64015353a80b6ba5715657564f222b | |
| parent | 9394629b897b81284d1a02ecf840c1a991bd3b96 (diff) | |
| download | go-e8a1de720fb47987b69c15ec7c002c85f90bf9be.tar.xz | |
doc: add Go 1.2 to release history page
Fixes #6939.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/41540043
| -rw-r--r-- | doc/devel/release.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index d31f793591..ec17b5bdd6 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -13,12 +13,19 @@ hg pull hg update <i>tag</i> </pre> +<h2 id="go1.2">go1.2 (released 2013/12/01)</h2> + +<p> +Go 1.2 is a major release of Go. +Read the <a href="/doc/go1.2">Go 1.2 Release Notes</a> for more information. +</p> + + <h2 id="go1.1">go1.1 (released 2013/05/13)</h2> <p> Go 1.1 is a major release of Go. -Read the <a href="/doc/go1.1.html">Go 1.1 Release Notes</a> for -more information. +Read the <a href="/doc/go1.1">Go 1.1 Release Notes</a> for more information. </p> <h3 id="go1.1.minor">Minor revisions</h3> |
