diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
commit | f154da9e12608589e8d5f0508f908a0c3e88a1bb (patch) | |
tree | f8255d51e10c6f1e0ed69702200b966c9556a431 /doc/devel/release.html | |
parent | 8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (diff) | |
download | golang-upstream/1.4.tar.gz |
Imported Upstream version 1.4upstream/1.4
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> |