From dfd2d31819835820ecb196cd0497d1456ba1b825 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Wed, 28 May 2025 12:35:59 +0200 Subject: [PATCH] docs: update changelog for embassy-sync --- embassy-sync/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ## 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