diff options
| author | Oliver Rockstedt <[email protected]> | 2024-05-18 13:37:51 +0200 |
|---|---|---|
| committer | Oliver Rockstedt <[email protected]> | 2024-05-18 13:37:51 +0200 |
| commit | 3d9b502c7af1f1dab92ee4a3aa07dc667a3bf103 (patch) | |
| tree | d16b83448b34e9968c1017a133844bce502f3034 /embassy-sync/CHANGELOG.md | |
| parent | fa94b5cec0ea257a5619db361081c340cefe6af6 (diff) | |
embassy-sync: Add capacity and free_capacity functions to Channel
Diffstat (limited to 'embassy-sync/CHANGELOG.md')
| -rw-r--r-- | embassy-sync/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md index 3f6b39d8b..46466d610 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 | - Add `len`, `is_empty` and `is_full` functions to `Channel`. | 10 | - Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `Channel`. |
| 11 | 11 | ||
| 12 | ## 0.5.0 - 2023-12-04 | 12 | ## 0.5.0 - 2023-12-04 |
| 13 | 13 | ||
