diff --git a/doc/go1.22.html b/doc/go1.22.html index daae19fdbc3f0..8bcaeedc00584 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -203,6 +203,13 @@

Runtime

workaround will be removed in a future release.

+

+ On the windows/amd64 port, programs linking or loading Go libraries built with + -buildmode=c-archive or -buildmode=c-shared can now use + the SetUnhandledExceptionFilter Win32 function to catch exceptions not handled + by the Go runtime. Note that this was already supported on the windows/386 port. +

+

Compiler