diff --git a/doc/go1.21.html b/doc/go1.21.html index c44f425930..91f0899c81 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -455,7 +455,11 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://go.dev/cl/488475: debug/pe: return error on reading from section with uninitialized data
+ Attempts to read from a section containing uninitialized data
+ using
+ Section.Data
+ or the reader returned by Section.Open
+ now return an error.