diff options
| author | Oliver Rockstedt <[email protected]> | 2024-10-05 13:39:27 +0200 |
|---|---|---|
| committer | Oliver Rockstedt <[email protected]> | 2024-10-05 13:39:27 +0200 |
| commit | 383ad72b63b11ed1fc50ad5803534ac69996aff6 (patch) | |
| tree | 32ac409c6364fc1acf4979fcd83797fa5d7c6246 /embassy-sync/CHANGELOG.md | |
| parent | 6e0b08291b63a0da8eba9284869d1d046bc5dabb (diff) | |
embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channel
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 8f2d26fe0..8847e7e88 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
| 8 | ## Unreleased | 8 | ## Unreleased |
| 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 | 12 | ||
| 12 | ## 0.6.0 - 2024-05-29 | 13 | ## 0.6.0 - 2024-05-29 |
| 13 | 14 | ||
