aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorBrezak <[email protected]>2025-07-22 20:56:46 +0200
committerBrezak <[email protected]>2025-07-23 19:19:02 +0200
commita52965dc5d3d0c706310998d3eda8bc15cd45b02 (patch)
tree64087a9a6391c6ded8c7ddfb06652152b1b0759e /embassy-executor/CHANGELOG.md
parenta5984a8298491ea748693783275d95286a481394 (diff)
embassy-executor: unsafe tasks as unsafe
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 914863a83..7404961f3 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21- Added support for `-> impl Future<Output = ()>` in `#[task]` 21- Added support for `-> impl Future<Output = ()>` in `#[task]`
22- Fixed `Send` unsoundness with `-> impl Future` tasks 22- Fixed `Send` unsoundness with `-> impl Future` tasks
23- Marked `Spawner::for_current_executor` as `unsafe` 23- Marked `Spawner::for_current_executor` as `unsafe`
24- `#[task]` now properly marks the generated function as unsafe if the task is marked unsafe
24 25
25## 0.7.0 - 2025-01-02 26## 0.7.0 - 2025-01-02
26 27