aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-03-28 17:42:01 -0400
committerAndrew Bonventre <andybons@golang.org>2018-03-29 06:04:30 +0000
commite3047e744f4e6ffdce1f52c3bc4f8838c9883f5f (patch)
tree9bc873c32ba12df4ff0781d869f70589efda07e0
parent703bb6a7124da10fea81bf1e3318b37d8ebd4ec9 (diff)
downloadgo-e3047e744f4e6ffdce1f52c3bc4f8838c9883f5f.tar.gz
go-e3047e744f4e6ffdce1f52c3bc4f8838c9883f5f.zip
[release-branch.go1.9] doc: document Go 1.9.5
Change-Id: I8f12b188d2e13555e1d7634b9cc0319fc737cb1d Reviewed-on: https://go-review.googlesource.com/103216 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-on: https://go-review.googlesource.com/103220 Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/devel/release.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index d82fb0c630..4d4765a292 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -63,6 +63,13 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4">Go
1.9.4</a> milestone on our issue tracker for details.
</p>
+<p>
+go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command,
+and the <code>net</code> package.
+See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5">Go
+1.9.5 milestone</a> on our issue tracker for details.
+</p>
+
<h2 id="go1.8">go1.8 (released 2017/02/16)</h2>
<p>