Commit 06b67f30 authored by Ian Lance Taylor's avatar Ian Lance Taylor

doc: mention WriteHeapDump in 1.3 release notes

LGTM=r
R=khr, r
CC=golang-codereviews
https://golang.org/cl/103810044
parent bb824b6a
...@@ -539,6 +539,12 @@ Earlier versions of Go handled this situation inconsistently: most instances ...@@ -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. were reported as deadlocks, but some trivial cases exited cleanly instead.
</li> </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> <li>
The <a href="/pkg/strconv/#CanBackquote"><code>CanBackquote</code></a> The <a href="/pkg/strconv/#CanBackquote"><code>CanBackquote</code></a>
function in the <a href="/pkg/strconv/"><code>strconv</code></a> package function in the <a href="/pkg/strconv/"><code>strconv</code></a> package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment