summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.6.1-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/9.6.1-notes.rst')
-rw-r--r--docs/users_guide/9.6.1-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index dfd800d11b..70bd546318 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -151,6 +151,12 @@ Runtime system
case properties and are more intuitive than :base-ref:`Data.Char.isUpper` and
:base-ref:`Data.Char.isLower`.
+- ``GHC.IO.Exceptions.AsyncException.StackOverflow`` has been replaced with a
+ new constructor ``GHC.IO.Exceptions.AsyncException.StackOverflow'`` holding a
+ new ``Word#`` communicating the size of the stack when the overflow occurred.
+ A new pattern synonym ``GHC.IO.Exceptions.StackOverflow`` is bundled with
+ ``GHC.IO.Exceptions.AsyncException``, so no changes to programs are required.
+
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~