aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2024-05-20 15:52:32 +0200
committerDion Dokter <[email protected]>2024-05-20 15:52:32 +0200
commit5cffaf323b382e90d64e39ee5574ab8a9fa5640d (patch)
treee3215bd362d3b2218018a653680755a3819d9414
parentf3008597aa7abab6226a5fd47e0ffa233bbd0226 (diff)
Add little migration sentence to changelog
-rw-r--r--embassy-sync/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/CHANGELOG.md b/embassy-sync/CHANGELOG.md
index 1e85e24c3..bb919b28a 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11- Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `PriorityChannel`. 11- Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `PriorityChannel`.
12- Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`. 12- Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `PubSubChannel`.
13- Made `PubSubBehavior` sealed 13- Made `PubSubBehavior` sealed
14 - If you called `.publish_immediate(...)` on the queue directly before, then now call `.immediate_publisher().publish_immediate(...)`
14 15
15## 0.5.0 - 2023-12-04 16## 0.5.0 - 2023-12-04
16 17