From d131ffefadd283cfcb98d49949b8b82a8c77c378 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 12 Jun 2014 13:31:13 +1000 Subject: [PATCH] doc: link to release history from /doc/ Fixes #8168. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/107950043 --- doc/docs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/docs.html b/doc/docs.html index edbd89ee46..bb2d52dcba 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -97,6 +97,9 @@ one goroutine can be guaranteed to observe values produced by writes to the same variable in a different goroutine.

+

Release History

+

A summary of the changes between Go releases.

+

Articles

-- 2.50.0