mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-01 06:10:41 +00:00
add missing entries to changelog
This commit is contained in:
parent
cf0d227cca
commit
d040dfaff9
@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`.
|
||||
- Made `PubSubBehavior` sealed
|
||||
- If you called `.publish_immediate(...)` on the queue directly before, then now call `.immediate_publisher().publish_immediate(...)`
|
||||
- Add OnceLock sync primitive.
|
||||
- Add constructor for DynamicChannel
|
||||
- Add ready_to_receive functions to Channel and Receiver.
|
||||
- Add clear function to all channels.
|
||||
|
||||
## 0.5.0 - 2023-12-04
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user