From 381b6807195455cace7995913dd493fba29a1889 Mon Sep 17 00:00:00 2001
From: Russ Cox
Date: Wed, 25 Oct 2017 10:53:53 -0400
Subject: [PATCH] doc: document Go 1.8.5
Change-Id: I9241e6acb65c337b961eed9cdeaf4c041b6326a3
Reviewed-on: https://go-review.googlesource.com/73390
Run-TryBot: Russ Cox
Reviewed-by: Chris Broadfoot
---
doc/devel/release.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/devel/release.html b/doc/devel/release.html
index bb30ff8946..b4e7566d15 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -78,6 +78,16 @@ See the Go
1.8.4 milestone on our issue tracker for details.
+
+go1.8.5 (released 2017/10/25) includes fixes to the compiler, linker, runtime,
+documentation, go
command,
+and the crypto/x509
and net/smtp
packages.
+It includes a fix to a bug introduced in Go 1.8.4 that broke go
get
+of non-Git repositories under certain conditions.
+See the Go
+1.8.5 milestone on our issue tracker for details.
+
+
go1.7 (released 2016/08/15)
--
2.48.1