From: Andrew Gerrand
Date: Thu, 14 Jun 2012 01:50:00 +0000 (+1000)
Subject: [release-branch.go1] doc: document go1.0.2
X-Git-Tag: go1.0.2~2
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=75fff72d44d28d851df4a7af76bf48ba6b004e7c;p=gostls13.git
[release-branch.go1] doc: document go1.0.2
««« CL 6298079 / a19665fe6f33
doc: document go1.0.2
R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6298079
»»»
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6302076
---
diff --git a/doc/devel/release.html b/doc/devel/release.html
index dda8239a6e..9863106108 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -45,6 +45,14 @@ bug that can lead to memory corruption.
It also includes several minor code and documentation fixes.
+
+go1.0.2 (released 2012/06/13) was issued to fix two bugs in the implementation
+of maps using struct or array keys:
+issue 3695 and
+issue 3573.
+It also includes many minor code and documentation fixes.
+
+
See the go1 release branch history for the complete list of changes.