aboutsummaryrefslogtreecommitdiff
path: root/doc/devel/release.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devel/release.html')
-rw-r--r--doc/devel/release.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 7cc406ab5d..28092d7c7d 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -22,6 +22,14 @@ Read the <a href="/doc/go1.5">Go 1.5 Release Notes</a> for more information.
<h3 id="go1.5.minor">Minor revisions</h3>
<p>
+go1.5.2 (released 2015/11/23) includes bug fixes to the compiler, linker, and
+the <code>mime/multipart</code>, <code>net</code>, and <code>runtime</code>
+packages.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.5.2">Go
+1.5.2 milestone</a> on our issue tracker for details.
+</p>
+
+<p>
go1.5.1 (released 2015/09/08) includes bug fixes to the compiler, assembler, and
the <code>fmt</code>, <code>net/textproto</code>, <code>net/http</code>, and
<code>runtime</code> packages.