aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-12-19 12:42:22 +0100
committerGitHub <[email protected]>2025-12-19 12:42:22 +0100
commit905bdfa7662c2ac5d2dfc81219c9704955473253 (patch)
treeb04f494ce37d42a6d3afa9b8441ab412480786c6 /embassy-executor/CHANGELOG.md
parent14efaf71d76ad0af569522ee0c4082d473fdede7 (diff)
parente62adea1f93f8eaba2f9da5ebe90e5f23a480101 (diff)
Merge pull request #5100 from bugadani/fallible-from-waker2
executor: Add fallible from_waker getter
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 8f1db7de7..cc4027fca 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16- Migrate `cortex-ar` to `aarch32-cpu`. The feature name `arch-cortex-ar` remains the same and 16- Migrate `cortex-ar` to `aarch32-cpu`. The feature name `arch-cortex-ar` remains the same and
17 legacy ARM architectures are not supported. 17 legacy ARM architectures are not supported.
18- Added `run_until` to `arch-std` variant of `Executor`. 18- Added `run_until` to `arch-std` variant of `Executor`.
19- Added `__try_embassy_time_queue_item_from_waker`
19 20
20## 0.9.1 - 2025-08-31 21## 0.9.1 - 2025-08-31
21 22