diff options
Diffstat (limited to 'doc/devel/release.html')
-rw-r--r-- | doc/devel/release.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index 1a8439134..5b5d6ab5e 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -3,8 +3,7 @@ }--> <p>This page summarizes the changes between official stable releases of Go. -The <a href="//code.google.com/p/go/source/list">Mercurial change log</a> -has the full details.</p> +The <a href="//golang.org/change">change log</a> has the full details.</p> <p>To update to a specific release, use:</p> @@ -13,6 +12,13 @@ hg pull hg update <i>tag</i> </pre> +<h2 id="go1.4">go1.4 (released 2014/12/10)</h2> + +<p> +Go 1.4 is a major release of Go. +Read the <a href="/doc/go1.4">Go 1.4 Release Notes</a> for more information. +</p> + <h2 id="go1.3">go1.3 (released 2014/06/18)</h2> <p> |