From ba2f5b0319598eade78788cd4ac0aec0666d9dd5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 2 Apr 2025 12:10:41 +0200 Subject: [PATCH] update changelog --- cortex-ar/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cortex-ar/CHANGELOG.md b/cortex-ar/CHANGELOG.md index c436e80..b10b423 100644 --- a/cortex-ar/CHANGELOG.md +++ b/cortex-ar/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - General support for the Cortex-A architecture. +- New `sev` function in ASM module. +- Compiler fences for `dsb` and `isb` +- Added `nomem`, `nostack` and `preserves_flags` options for ASM where applicable. ## [v0.1.0]