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:05:42 +0000
commit9c69ed5d094bb8806b71076ab986c35df0a3f8a3 (patch)
tree5fe0cfb438a12b7936bce89bb00df51a77ece6c2
parent954d811c77fa64382adfb4b31dbe699e04430edc (diff)
downloadgo-9c69ed5d094bb8806b71076ab986c35df0a3f8a3.tar.gz
go-9c69ed5d094bb8806b71076ab986c35df0a3f8a3.zip
[release-branch.go1.9] 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/103165 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 6fc86b9438..cc481fd42f 100644
--- a/doc/devel/release.html
+++ b/doc/devel/release.html
@@ -64,7 +64,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>