mirror of https://github.com/golang/go.git
doc: add Go 1.2 to release history page
Fixes #6939. R=golang-dev, r CC=golang-dev https://golang.org/cl/41540043
This commit is contained in:
parent
9394629b89
commit
e8a1de720f
|
|
@ -13,12 +13,19 @@ hg pull
|
||||||
hg update <i>tag</i>
|
hg update <i>tag</i>
|
||||||
</pre>
|
</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>
|
<h2 id="go1.1">go1.1 (released 2013/05/13)</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Go 1.1 is a major release of Go.
|
Go 1.1 is a major release of Go.
|
||||||
Read the <a href="/doc/go1.1.html">Go 1.1 Release Notes</a> for
|
Read the <a href="/doc/go1.1">Go 1.1 Release Notes</a> for more information.
|
||||||
more information.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="go1.1.minor">Minor revisions</h3>
|
<h3 id="go1.1.minor">Minor revisions</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue