aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-12-18 09:57:52 +0100
committerDániel Buga <[email protected]>2025-12-18 09:57:52 +0100
commite62adea1f93f8eaba2f9da5ebe90e5f23a480101 (patch)
tree2fd8c45cd22a522798b1655cba19af257d5d232b /embassy-executor/CHANGELOG.md
parente2d9adc56481e97fa490c8c3cc05bdad0dbe22e4 (diff)
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