Merge pull request #4264 from embassy-rs/update-esync-changelog

docs: update changelog for embassy-sync
This commit is contained in:
Ulf Lilleengen 2025-05-28 11:21:40 +00:00 committed by GitHub
commit f35aa4005a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.7.0 - 2025-05-22
## 0.7.0 - 2025-05-28
- Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`.
- impl `Stream` for `channel::{Receiver, Channel}`.
@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improve waker documentation.
- Improve `Signal` and `Watch` documentation.
- Update to defmt 1.0. This remains compatible with latest defmt 0.3.
- Add `peek` method on `channel` and `priority_channel`.
- Add dynamic sender and receiver that are Send + Sync for `channel`.
## 0.6.2 - 2025-01-15