diff options
| author | Dániel Buga <[email protected]> | 2024-12-08 23:21:53 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-12 15:38:52 +0100 |
| commit | d45ea43892198484b5f6dcea4c351dc11d226cc4 (patch) | |
| tree | 54dd8011d3dea264095c28c8be003f66f8600ce6 /embassy-executor/CHANGELOG.md | |
| parent | dc18ee29a0f93ce34892731ee0580a3e9e3f2298 (diff) | |
Move integrated timer queue into time-queue-driver
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 1aef57a70..068156210 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 10 | - embassy-executor no longer provides an `embassy-time-queue-driver` implementation | 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 | 11 | - Added `TaskRef::executor` to obtain a reference to a task's executor |
| 12 | - integrated-timers are no longer processed when polling the executor. | 12 | - integrated-timers are no longer processed when polling the executor. |
| 13 | - `raw::timer_queue::TimerQueue` is now public. | ||
| 14 | 13 | ||
| 15 | ## 0.6.3 - 2024-11-12 | 14 | ## 0.6.3 - 2024-11-12 |
| 16 | 15 | ||
