diff options
Diffstat (limited to 'docs/users_guide/9.6.1-notes.rst')
-rw-r--r-- | docs/users_guide/9.6.1-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst index c5580b5abe..14bf7e2994 100644 --- a/docs/users_guide/9.6.1-notes.rst +++ b/docs/users_guide/9.6.1-notes.rst @@ -15,6 +15,10 @@ Compiler ``base`` library ~~~~~~~~~~~~~~~~ +- Exceptions thrown by weak pointer finalizers are now caught and reported + via a global exception handler. By default this handler reports the error + to ``stderr`` although this can be changed using + ``GHC.Weak.Finalize.setFinalizerExceptionHandler``. ``ghc-prim`` library ~~~~~~~~~~~~~~~~~~~~ |