summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8113ef3fa8f3..4851c8c215a9 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -79,6 +79,9 @@ Changes to the LLVM IR
Changes to the AArch64 Target
-----------------------------
+* Initial support for the Tiny code model, where code and its statically
+ defined symbols must live within 1MB of each other.
+
* Added support for the ``.arch_extension`` assembler directive, just like
on ARM.