aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorDion Dokter <[email protected]>2024-05-20 15:38:28 +0200
committerDion Dokter <[email protected]>2024-05-20 15:38:28 +0200
commit07f2240a197a4a3a66f424e7f0c522d2ec947d38 (patch)
treeea504cd589eae0df0ec9c617943fc141153d679b /embassy-sync
parenta76082b104edd4cbb7f10a4a589ef6773d8d6e4f (diff)
Add to changelog
Diffstat (limited to 'embassy-sync')
-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 7a830a853..1e85e24c3 100644
--- a/embassy-sync/CHANGELOG.md
+++ b/embassy-sync/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10- Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `Channel`. 10- Add `capacity`, `free_capacity`, `len`, `is_empty` and `is_full` functions to `Channel`.
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 14
14## 0.5.0 - 2023-12-04 15## 0.5.0 - 2023-12-04
15 16