aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bonventre <andybons@golang.org>2018-03-28 21:25:09 -0400
committerAndrew Bonventre <andybons@golang.org>2018-03-29 06:09:39 +0000
commit76b63aaab90c0b8163c99598ef218451b5a82ec8 (patch)
treeb120877c1bfc7450c361326e89618a776f2dae61
parent051e204c7948e59d53828412afd94b6dc4f7648e (diff)
downloadgo-76b63aaab90c0b8163c99598ef218451b5a82ec8.tar.gz
go-76b63aaab90c0b8163c99598ef218451b5a82ec8.zip
[release-branch.go1.10] doc: update 1.9.5 release notes to include net/http/pprof
Change-Id: I7c0716711a2cadd347fdf242c792b109539f7355 Reviewed-on: https://go-review.googlesource.com/103163 Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-on: https://go-review.googlesource.com/103166 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Andrew Bonventre <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--doc/devel/release.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html
index 6ca0dbcf56..6fdb056018 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -82,7 +82,8 @@ See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4">Go
</p>
<p>
-go1.9.5 (released 2018/03/28) includes fixes to the compiler and go command.
+go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and
+<code>net/http/pprof</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>