diff options
| author | Oliver Rockstedt <[email protected]> | 2024-10-07 13:30:46 +0200 |
|---|---|---|
| committer | Oliver Rockstedt <[email protected]> | 2024-10-07 13:30:46 +0200 |
| commit | baef775f6b33b4fd45dd3a4bb1122a52c6d22c67 (patch) | |
| tree | ed5dd924baa9dceb0d4bd78eea664b55c8147daf /embassy-sync/CHANGELOG.md | |
| parent | aa2f6ae965a2b0717aaf3530a87036e6efd3181e (diff) | |
Add capacity, free_capacity, clear, len, is_empty and is_full functions to Channel::{Sender, Receiver}
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 8847e7e88..253a6cc82 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 9 | 9 | ||
| 10 | - Add LazyLock sync primitive. | 10 | - Add LazyLock sync primitive. |
| 11 | - Add `clear`, `len`, `is_empty` and `is_full` functions to `zerocopy_channel`. | 11 | - Add `clear`, `len`, `is_empty` and `is_full` functions to `zerocopy_channel`. |
| 12 | - Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `Channel::{Sender, Receiver}`. | ||
| 12 | 13 | ||
| 13 | ## 0.6.0 - 2024-05-29 | 14 | ## 0.6.0 - 2024-05-29 |
| 14 | 15 | ||
