aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-08 23:21:53 +0100
committerDániel Buga <[email protected]>2024-12-12 15:38:52 +0100
commitd45ea43892198484b5f6dcea4c351dc11d226cc4 (patch)
tree54dd8011d3dea264095c28c8be003f66f8600ce6 /embassy-executor/CHANGELOG.md
parentdc18ee29a0f93ce34892731ee0580a3e9e3f2298 (diff)
Move integrated timer queue into time-queue-driver
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md1
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