summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-05-11 12:48:45 -0400
committerBen Gamari <ben@smart-cactus.org>2023-05-11 12:49:10 -0400
commit65023412c2af0cbc892058a2521168cae9b12ffa (patch)
tree29a0c9a99a30c136e2264d12f313a9261b1b0027
parent40293d4eb0d56fff188b7bbdeb1eb55f40a8981b (diff)
downloadhaskell-65023412c2af0cbc892058a2521168cae9b12ffa.tar.gz
users guide: Note that base release notes are highlights of changelog
-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).