aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2014-06-03 11:16:35 +1000
committerDavid Symonds <dsymonds@golang.org>2014-06-03 11:16:35 +1000
commit4aea3f6fee166fa29115fd3f29469a35d5a12bce (patch)
tree5e09e793c02deab56c63a0b0352b85a42875162d
parenta5565ec7d9c04843bc91c06a0d5a652716ee75a7 (diff)
downloadgo-4aea3f6fee166fa29115fd3f29469a35d5a12bce.tar.gz
go-4aea3f6fee166fa29115fd3f29469a35d5a12bce.zip
[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
-rw-r--r--doc/go1.3.html6
1 files changed, 6 insertions, 0 deletions
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
@@ -540,6 +540,12 @@ were reported as deadlocks, but some trivial cases exited cleanly instead.
</li>
<li>
+The runtime/debug package now has a new function
+<a href="/pkg/runtime/debug/#WriteHeapDump"><code>debug.WriteHeapDump</code></a>
+that writes out a description of the heap.
+</li>
+
+<li>
The <a href="/pkg/strconv/#CanBackquote"><code>CanBackquote</code></a>
function in the <a href="/pkg/strconv/"><code>strconv</code></a> package
now considers the <code>DEL</code> character, <code>U+007F</code>, to be