diff options
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 00b1bef28..1aef57a70 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | 9 | ||
| 10 | - `raw::Executor` now has an `fn initialize` that must be called once before starting to poll it. | 10 | - embassy-executor no longer provides an `embassy-time-queue-driver` implementation |
| 11 | - Added `TaskRef::executor` to obtain a reference to a task's executor | ||
| 12 | - integrated-timers are no longer processed when polling the executor. | ||
| 13 | - `raw::timer_queue::TimerQueue` is now public. | ||
| 11 | 14 | ||
| 12 | ## 0.6.3 - 2024-11-12 | 15 | ## 0.6.3 - 2024-11-12 |
| 13 | 16 | ||
