From 04b08da9af0c450d645ab7389d1467308cfc2db8 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg This page summarizes the changes between official stable releases of Go.
-Between releases we issue less stable
-weekly snapshots.
-The weekly snapshot history contains more detail,
-and the Mercurial change log
-has full details.
To update to a specific release, use:
@@ -53,6 +50,10 @@ of maps using struct or array keys: It also includes many minor code and documentation fixes. ++go1.0.3 (released 2012/09/21) includes minor code and documentation fixes. +
+See the go1 release branch history for the complete list of changes.
diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html index 46efe41ed..f8d3ec6dd 100644 --- a/doc/devel/weekly.html +++ b/doc/devel/weekly.html @@ -3,18 +3,9 @@ }-->This page summarizes the changes between tagged weekly snapshots of Go. -For full details, see the Mercurial change log.
+Such snapshots are no longer created. This page remains as a historical reference only. -Weekly snapshots occur often and may not be stable. -If stability of API and code is more important than having the -latest features, use the official releases instead.
- -To update to a specific snapshot, use:
- --hg pull -hg update weekly.YYYY-MM-DD -+
For recent information, see the Mercurial change log and development mailing list.