summaryrefslogtreecommitdiff
path: root/docs/users_guide/9.2.5-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/9.2.5-notes.rst')
-rw-r--r--docs/users_guide/9.2.5-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/9.2.5-notes.rst b/docs/users_guide/9.2.5-notes.rst
index fca1f59d17..54e5a1a2c6 100644
--- a/docs/users_guide/9.2.5-notes.rst
+++ b/docs/users_guide/9.2.5-notes.rst
@@ -21,6 +21,8 @@ Compiler
- Fix a code generation panic when using SIMD types with unboxed sums (:ghc-ticket:`22187`).
+- Fix a code generation bug with the native code generator on aarch64 darwin leading to runtime segmentation faults due to an incorrect ABI (:ghc-ticket:`21964`)
+
Runtime system
--------------