aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-08-31 20:50:20 +0200
committerGitHub <[email protected]>2025-08-31 20:50:20 +0200
commit4cd86e5e76ca8eaa2e2cb8bcca0ec9a0f574b409 (patch)
tree3646ad79bdedf07b2530366c03c857ebac52a6ee /embassy-executor/CHANGELOG.md
parent629d224a7614989d79448a1cf17e345be79a0d4b (diff)
parent71a2e81754c3fa56cf7e3e1135a5805d6e1b77ec (diff)
Merge branch 'main' into feat/name-main-task
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 999c77a83..69c82653b 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10 10
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
14- Fixed performance regression on some ESP32 MCUs.
13 15
14## 0.9.0 - 2025-08-26 16## 0.9.0 - 2025-08-26
15 17