diff options
| author | Oliver Rockstedt <[email protected]> | 2024-10-07 13:41:15 +0200 |
|---|---|---|
| committer | Oliver Rockstedt <[email protected]> | 2024-10-07 13:41:15 +0200 |
| commit | e3fd33d372b96cd32007dbffe5755150c3df22f2 (patch) | |
| tree | f3297035e07548c7306fac0d6cbf1984c71efca4 | |
| parent | baef775f6b33b4fd45dd3a4bb1122a52c6d22c67 (diff) | |
Minor changelog fix
| -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 253a6cc82..83fd666ac 100644 --- a/embassy-sync/CHANGELOG.md +++ b/embassy-sync/CHANGELOG.md | |||
| @@ -9,7 +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 | - Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `channel::{Sender, Receiver}`. |
| 13 | 13 | ||
| 14 | ## 0.6.0 - 2024-05-29 | 14 | ## 0.6.0 - 2024-05-29 |
| 15 | 15 | ||
