aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-08-31 23:09:31 +0200
committerDario Nieuwenhuis <[email protected]>2025-08-31 23:09:31 +0200
commit0962b09603248d5ab76baa95746593ae50994eac (patch)
tree35ba2a0488148e8a77c6ac407b90468cb7d5bb4c /embassy-executor
parenta475dbbda897266bff6314c43ae55025624e02c7 (diff)
Add changelog for embassy-executor v0.9.1
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 69c82653b..3e6c180c6 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11- Added new metadata API for tasks 11- Added new metadata API for tasks
12- Named main task when rtos-trace feature is enabled. 12- Named main task when rtos-trace feature is enabled.
13- Upgraded rtos-trace 13- Upgraded rtos-trace
14
15## 0.9.1 - 2025-08-31
16
14- Fixed performance regression on some ESP32 MCUs. 17- Fixed performance regression on some ESP32 MCUs.
15 18
16## 0.9.0 - 2025-08-26 19## 0.9.0 - 2025-08-26