From: David Symonds Date: Tue, 3 Jun 2014 01:16:35 +0000 (+1000) Subject: [release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notes X-Git-Tag: go1.3rc2~28 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4aea3f6fee166fa29115fd3f29469a35d5a12bce;p=gostls13.git [release-branch.go1.3] doc: mention WriteHeapDump in 1.3 release notes ««« CL 103810044 / 603f6c3b152c doc: mention WriteHeapDump in 1.3 release notes LGTM=r R=khr, r CC=golang-codereviews https://golang.org/cl/103810044 »»» TBR=adg R=adg CC=golang-codereviews https://golang.org/cl/99700043 --- 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