From 34c0714bf27bdcc174d67e1243f6e8fd6bb802be Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Tue, 6 Jun 2023 21:27:20 +0000 Subject: [PATCH] doc/go1.21: add release notes for parent goroutine in stack traces For #38651. Change-Id: Ie73c1da0629287efda7f0c617e94a7f3a881eee7 Reviewed-on: https://go-review.googlesource.com/c/go/+/501336 Reviewed-by: Eli Bendersky TryBot-Bypass: Michael Knyszek Auto-Submit: Michael Knyszek Reviewed-by: Austin Clements --- doc/go1.21.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index daaa3444b7..15533a2809 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -884,8 +884,12 @@ Do not send CLs removing the interior tags from such phrases.
runtime
-

- TODO: https://go.dev/issue/38651: add 'created by goroutine number' to stack traces +

+ Textual stack traces produced by Go programs, such as those + produced when crashing, calling runtime.Stack, or + collecting a goroutine profile with debug=2, now + include the IDs of the goroutines that created each goroutine in + the stack trace.

-- 2.50.0