aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorOliver Rockstedt <[email protected]>2024-10-07 18:16:47 +0200
committerOliver Rockstedt <[email protected]>2024-10-07 18:16:47 +0200
commit592bb5a8ca8138b95ba878cd6e509c0a21d088d5 (patch)
tree7efaa11884b98058e0e411e01751c8186fc98713 /embassy-sync
parent4110cb494fa21184f46dbbc2fd81baaeb3d0dc26 (diff)
embassy-sync: made changelog formatting more consistent
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/CHANGELOG.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index af5682560..a7dd6f66e 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 LazyLock sync primitive. 10- Add `LazyLock` sync primitive.
11- Add `Watch` sync primitive. 11- Add `Watch` sync primitive.
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}`.
@@ -20,20 +20,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`. 20- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`.
21- Made `PubSubBehavior` sealed 21- Made `PubSubBehavior` sealed
22 - If you called `.publish_immediate(...)` on the queue directly before, then now call `.immediate_publisher().publish_immediate(...)` 22 - If you called `.publish_immediate(...)` on the queue directly before, then now call `.immediate_publisher().publish_immediate(...)`
23- Add OnceLock sync primitive. 23- Add `OnceLock` sync primitive.
24- Add constructor for DynamicChannel 24- Add constructor for `DynamicChannel`
25- Add ready_to_receive functions to Channel and Receiver. 25- Add ready_to_receive functions to `Channel` and `Receiver`.
26 26
27## 0.5.0 - 2023-12-04 27## 0.5.0 - 2023-12-04
28 28
29- Add a PriorityChannel. 29- Add a `PriorityChannel`.
30- Remove nightly and unstable-traits features in preparation for 1.75. 30- Remove `nightly` and `unstable-traits` features in preparation for 1.75.
31- Upgrade heapless to 0.8. 31- Upgrade `heapless` to 0.8.
32- Upgrade static-cell to 2.0. 32- Upgrade `static-cell` to 2.0.
33 33
34## 0.4.0 - 2023-10-31 34## 0.4.0 - 2023-10-31
35 35
36- Re-add impl_trait_projections 36- Re-add `impl_trait_projections`
37- switch to `embedded-io 0.6` 37- switch to `embedded-io 0.6`
38 38
39## 0.3.0 - 2023-09-14 39## 0.3.0 - 2023-09-14