diff options
| author | Ulf Lilleengen <[email protected]> | 2025-05-28 11:21:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-28 11:21:40 +0000 |
| commit | f35aa4005a63e8d478b2b95aaa2bfb316b72dece (patch) | |
| tree | 11ad41b9d37d059fc4b178b039fd64e1fe9c92fc | |
| parent | 62cf9d592b785b16fd2c2e0f9c54c507fd84468d (diff) | |
| parent | dfd2d31819835820ecb196cd0497d1456ba1b825 (diff) | |
Merge pull request #4264 from embassy-rs/update-esync-changelog
docs: update changelog for embassy-sync
| -rw-r--r-- | embassy-sync/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md index 1770bef44..89684de0c 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 7 | 7 | ||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 9 | 9 | ||
| 10 | ## 0.7.0 - 2025-05-22 | 10 | ## 0.7.0 - 2025-05-28 |
| 11 | 11 | ||
| 12 | - Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`. | 12 | - Add `remove_if` to `priority_channel::{Receiver, PriorityChannel}`. |
| 13 | - impl `Stream` for `channel::{Receiver, Channel}`. | 13 | - impl `Stream` for `channel::{Receiver, Channel}`. |
| @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 21 | - Improve waker documentation. | 21 | - Improve waker documentation. |
| 22 | - Improve `Signal` and `Watch` documentation. | 22 | - Improve `Signal` and `Watch` documentation. |
| 23 | - Update to defmt 1.0. This remains compatible with latest defmt 0.3. | 23 | - Update to defmt 1.0. This remains compatible with latest defmt 0.3. |
| 24 | - Add `peek` method on `channel` and `priority_channel`. | ||
| 25 | - Add dynamic sender and receiver that are Send + Sync for `channel`. | ||
| 24 | 26 | ||
| 25 | ## 0.6.2 - 2025-01-15 | 27 | ## 0.6.2 - 2025-01-15 |
| 26 | 28 | ||
