aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/CHANGELOG.md
diff options
context:
space:
mode:
authorMatt Johnston <[email protected]>2025-05-22 11:41:25 +0800
committerMatt Johnston <[email protected]>2025-05-22 13:29:55 +0800
commit2f8a8e817c64dfa8d63b4a3ad43e650785698a5e (patch)
tree6ac1b336dd66abc98ce046f6fc1160082a94da64 /embassy-sync/CHANGELOG.md
parent9409afb02e7fd46d0c3b2257a938a8bc88244f5b (diff)
embassy-sync: Update changelog
Diffstat (limited to 'embassy-sync/CHANGELOG.md')
-rw-r--r--embassy-sync/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index 2049e0f11..aacb0d6c4 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10- Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`.
11- impl `Stream` for `channel::{Receiver, Channel}`.
12- Fix channels to wake senders on `clear()`.
13 For `Channel`, `PriorityChannel`, `PubSub`, `zerocopy_channel::Channel`.
14- Allow `zerocopy_channel::Channel` to auto-implement `Sync`/`Send`.
15- Add `must_use` to `MutexGuard`.
16- Add a `RwLock`.
17- Add `lock_mut` to `blocking_mutex::Mutex`.
18- Don't select a critical-section implementation when `std` feature is enabled.
19- Improve waker documentation.
20- Improve `Signal` and `Watch` documentation.
21- Update to defmt 1.0. This remains compatible with latest defmt 0.3.
22
10## 0.6.2 - 2025-01-15 23## 0.6.2 - 2025-01-15
11 24
12- Add dynamic dispatch variant of `Pipe`. 25- Add dynamic dispatch variant of `Pipe`.