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.
- 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.