aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-08 20:05:37 +0100
committerDániel Buga <[email protected]>2024-12-10 21:31:42 +0100
commit6cc8709ecc9e8f71a13ec62b42be52bc8adf2c7b (patch)
treed4c1c14c873cb59d084e9a5d49702f37a858ba4d /embassy-executor/CHANGELOG.md
parent5a5495aac43d75610735f2ca80fb6c8e8f31ed71 (diff)
Changelog
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md5
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