diff --git a/doc/go1.16.html b/doc/go1.16.html index a2f39893be9..92cadff7138 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -501,6 +501,10 @@ Do not send CLs removing the interior tags from such phrases.
SysProcAttr
on Windows has a new NoInheritHandles field that disables inheriting handles when creating a new process.
+ DLLError
on Windows now has an Unwrap function for unwrapping its underlying error.
+