aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Mueller <[email protected]>2025-03-09 20:55:11 +0100
committerRobin Mueller <[email protected]>2025-05-28 17:00:42 +0200
commit5a07ea5d851768223e2e41342e69d14c1afb2b2b (patch)
treea9b6980ee1c3301bef0dc7c8d287add2ed4a43a8 /embassy-executor/CHANGELOG.md
parentf35aa4005a63e8d478b2b95aaa2bfb316b72dece (diff)
Add support for Cortex-A/R
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 5d2468c58..608c67724 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## unreleased
9
10- Added support for Cortex-A and Cortex-R
11
8## 0.7.0 - 2025-01-02 12## 0.7.0 - 2025-01-02
9 13
10- Performance optimizations. 14- Performance optimizations.