From 00e8a3ae915eab33982cdf7e2c0aa91102384d16 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
Date: Thu, 14 Jun 2012 11:44:00 +1000
Subject: [PATCH] doc: document go1.0.2
R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6298079
---
doc/devel/release.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/devel/release.html b/doc/devel/release.html
index dda8239a6e7..98631061082 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.