aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2024-05-24 18:46:48 +0000
committerGopher Robot <gobot@golang.org>2024-05-24 21:37:09 +0000
commita2eae66c3010efc507afca9f1f53fb7cf4d5671c (patch)
treee5629c43bfdba913bc03287d1f3c2a79871cdbbf /doc/next/6-stdlib
parentc506f035d99153accf7a9b322c6596fc7652aea6 (diff)
downloadgo-a2eae66c3010efc507afca9f1f53fb7cf4d5671c.tar.xz
doc: add release notes for a couple minor tracing features
For #65614. Change-Id: I759bf671b8f84c5224798b0dfaee6b158fdcc95a Reviewed-on: https://go-review.googlesource.com/c/go/+/587927 Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'doc/next/6-stdlib')
-rw-r--r--doc/next/6-stdlib/99-minor/runtime/trace/65319.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/runtime/trace/65319.md b/doc/next/6-stdlib/99-minor/runtime/trace/65319.md
new file mode 100644
index 0000000000..b180368e00
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/runtime/trace/65319.md
@@ -0,0 +1,4 @@
+<!-- go.dev/issue/65319 -->
+The runtime now explicitly flushes trace data when a program crashes due to an
+uncaught panic. This means that more complete trace data will be available in a
+trace if the program crashes while tracing is active.