aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-07-31 10:34:07 +0200
committerUlf Lilleengen <[email protected]>2025-07-31 10:34:07 +0200
commitafc8be91a85c34cc9ec913b6fe608decc9eaf673 (patch)
treeaceab903c9e997d9914198163427235366890b6a /embassy-executor/CHANGELOG.md
parent746d4fe3a324e74b53ce6888470990c3feb47929 (diff)
chore: Release embassy-executor version 0.8.0
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 914863a83..3a809f075 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11## 0.8.0 - 2025-07-31
12
11- Added `SpawnToken::id` 13- Added `SpawnToken::id`
12- Task pools are now statically allocated on stable rust. All `task-arena-size-*` features have been removed and are no longer necessary. 14- Task pools are now statically allocated on stable rust. All `task-arena-size-*` features have been removed and are no longer necessary.
13- New trace hooks: `_embassy_trace_poll_start` & `_embassy_trace_task_end` 15- New trace hooks: `_embassy_trace_poll_start` & `_embassy_trace_task_end`