aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-29 12:21:41 +0200
committerUlf Lilleengen <[email protected]>2024-05-29 12:21:41 +0200
commitd040dfaff99d5ad444498ff6940aca63a4487491 (patch)
treec1d4e3e621d8e50d188511e636ca2505e695047e
parentcf0d227cca92a80e85575154d380d1ff73fb32cf (diff)
add missing entries to changelog
-rw-r--r--embassy-sync/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index b61d81daa..14c81021f 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`. 14- Add `capacity`, `free_capacity`, `clear`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`.
15- Made `PubSubBehavior` sealed 15- Made `PubSubBehavior` sealed
16 - If you called `.publish_immediate(...)` on the queue directly before, then now call `.immediate_publisher().publish_immediate(...)` 16 - If you called `.publish_immediate(...)` on the queue directly before, then now call `.immediate_publisher().publish_immediate(...)`
17- Add OnceLock sync primitive.
18- Add constructor for DynamicChannel
19- Add ready_to_receive functions to Channel and Receiver.
20- Add clear function to all channels.
17 21
18## 0.5.0 - 2023-12-04 22## 0.5.0 - 2023-12-04
19 23