diff options
| author | Dániel Buga <[email protected]> | 2024-11-22 09:21:44 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-11-22 09:21:44 +0100 |
| commit | e05f6da2692f2b61986ef2b77789e27d68e4e74a (patch) | |
| tree | 3d9ada9a92027b27cb021662f11f427fc3477e31 /embassy-sync/CHANGELOG.md | |
| parent | 4b1be4787acfb23b3c95c895485843542b44cb97 (diff) | |
Generalize AtomicWaker
Diffstat (limited to 'embassy-sync/CHANGELOG.md')
| -rw-r--r-- | embassy-sync/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md index a7dd6f66e..d12f0a74a 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 12 | - Add `clear`, `len`, `is_empty` and `is_full` functions to `zerocopy_channel`. | 12 | - Add `clear`, `len`, `is_empty` and `is_full` functions to `zerocopy_channel`. |
| 13 | - Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `channel::{Sender, Receiver}`. | 13 | - Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `channel::{Sender, Receiver}`. |
| 14 | - Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `priority_channel::{Sender, Receiver}`. | 14 | - Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `priority_channel::{Sender, Receiver}`. |
| 15 | - Add `GenericAtomicWaker` utility. | ||
| 15 | 16 | ||
| 16 | ## 0.6.0 - 2024-05-29 | 17 | ## 0.6.0 - 2024-05-29 |
| 17 | 18 | ||
