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