summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/users_guide/9.6.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index 67a7643d97..cbdcdfffd4 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -205,6 +205,8 @@ Runtime system
``base`` library
----------------
+Below is a list of major changes in ``base``. See the ``base`` changelog for a full list.
+
- Exceptions thrown by weak pointer finalizers can now be reported by setting
a global exception handler, using ``GHC.Weak.Finalize.setFinalizerExceptionHandler``.
The default behaviour is unchanged (exceptions are ignored and not reported).