From 4ef78b09c9ea54019e13fd19b2368960b155399f Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Tue, 1 Dec 2020 14:03:54 +0100 Subject: [PATCH] doc/go1.16: add runtime/debug changes to release notes For #40700 Fixes #42912 Change-Id: Ifd36950136db1fc93a8de76a2717a473210418b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/274473 Trust: Alberto Donizetti Reviewed-by: Keith Randall Reviewed-by: Dmitri Shuralyov --- doc/go1.16.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/go1.16.html b/doc/go1.16.html index 3545632ea4..0c1fe5b381 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -663,7 +663,10 @@ Do not send CLs removing the interior tags from such phrases.
runtime/debug

- TODO: https://golang.org/cl/249677: provide Addr method for errors from SetPanicOnFault + The runtime.Error values + used when SetPanicOnFault is enabled may now have an + Addr method. If that method exists, it returns the memory + address that triggered the fault.

-- 2.50.0