summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ReleaseNotes.rst14
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 41b9cf92d76..8a2536e5d77 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -69,10 +69,13 @@ Non-comprehensive list of changes in this release
Changes to the LLVM IR
----------------------
-Changes to the ARM Backend
---------------------------
+Changes to the ARM Target
+-------------------------
- During this release ...
+During this release the ARM target has:
+
+* Got support for enabling SjLj exception handling on platforms where it
+ isn't the default.
Changes to the MIPS Target
@@ -89,7 +92,10 @@ Changes to the PowerPC Target
Changes to the X86 Target
-------------------------
- During this release ...
+During this release ...
+
+* Got support for enabling SjLj exception handling on platforms where it
+ isn't the default.
Changes to the AMDGPU Target
-----------------------------