aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 3e6c180c6..a36d270ba 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -20,8 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20 20
21- Added `extern "Rust" fn __embassy_time_queue_item_from_waker` 21- Added `extern "Rust" fn __embassy_time_queue_item_from_waker`
22- Removed `TaskRef::dangling` 22- Removed `TaskRef::dangling`
23- Added `embassy_time_queue_utils` as a dependency 23- Added `embassy-executor-timer-queue` as a dependency
24- Moved the `TimeQueueItem` struct and `timer-item-payload-size-*` features into embassy-time-queue-utils 24- Moved the `TimeQueueItem` struct and `timer-item-payload-size-*` features (as `timer-item-size-X-words`) into `embassy-executor-timer-queue`
25 25
26## 0.8.0 - 2025-07-31 26## 0.8.0 - 2025-07-31
27 27