From 06b67f304e69593e7f2bbacc3f3a533f4346ee53 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 2 Jun 2014 11:05:46 -0700 Subject: [PATCH] doc: mention WriteHeapDump in 1.3 release notes LGTM=r R=khr, r CC=golang-codereviews https://golang.org/cl/103810044 --- doc/go1.3.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.3.html b/doc/go1.3.html index b22443ef06..685d233105 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -539,6 +539,12 @@ Earlier versions of Go handled this situation inconsistently: most instances were reported as deadlocks, but some trivial cases exited cleanly instead. +
  • +The runtime/debug package now has a new function +debug.WriteHeapDump +that writes out a description of the heap. +
  • +
  • The CanBackquote function in the strconv package -- 2.48.1