aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-08-04 00:05:25 +0200
committerDániel Buga <[email protected]>2025-08-18 12:50:51 +0200
commit74037f04933f4ec9a678e0b47fd6819e7c0489a9 (patch)
treecb81e7394b6b59324a08eb92eba6fd0d8d9f2a9c /embassy-executor/CHANGELOG.md
parenta5cb04bdab602bc3bd056d254a9d61cad55bd967 (diff)
Make TimerQueueItem opaque
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index c35ad10f3..e2214b8ef 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Added `extern "Rust" fn __embassy_time_queue_item_from_waker`
12- Removed `TaskRef::dangling` and `TaskRef::timer_queue_item`
13- Added `embassy_time_queue_utils` as a dependency
14- Moved the `TimeQueueItem` struct and `timer-item-payload-size-*` features into embassy-time-queue-utils
15
11## 0.8.0 - 2025-07-31 16## 0.8.0 - 2025-07-31
12 17
13- Added `SpawnToken::id` 18- Added `SpawnToken::id`