From 2386808ee9075fd10dd16f6f282779562bf6cef0 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 27 May 2011 16:07:30 +1000 Subject: [PATCH] doc: put Release History link on 'Documentation' page Also put Weekly Snapshot History link on 'Contributing' page Fixes #1885. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4559049 --- doc/contrib.html | 5 ++++- doc/docs.html | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/contrib.html b/doc/contrib.html index 0efe8147ca..84d2cda6a4 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -49,7 +49,10 @@ systems and architectures.

Features and ideas being developed or discussed by the Go team.

Release History

-

A summary of the changes between tagged releases of Go.

+

A summary of the changes between Go releases.

+ +

Weekly Snapshot History

+

A summary of the changes between weekly snapshots of Go.

Developer Mailing List

The golang-dev diff --git a/doc/docs.html b/doc/docs.html index 50df2213b3..e8f2fa5017 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -113,6 +113,9 @@ The built-in documentation for the Go tools. The official Go Language specification.

+

Release History

+

A summary of the changes between Go releases.

+

The Go Memory Model

A document that specifies the conditions under which reads of a variable in -- 2.48.1