aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2025-03-17 19:40:16 +0100
committerEmil Fresk <emil.fresk@gmail.com>2025-06-18 19:19:37 +0000
commit2671a4de267fdd979ac36880662dc349642b8538 (patch)
tree219a8c2ccc1486fbeec5a6891c4a02e09b58972f
parent110e4cf328b9c8e0aeb57bea2756e79a7ca0024d (diff)
rtic-sync: Update CHANGELOG
-rw-r--r--rtic-sync/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md
index f37044e..b5da66a 100644
--- a/rtic-sync/CHANGELOG.md
+++ b/rtic-sync/CHANGELOG.md
@@ -17,7 +17,10 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
### Changed
+- Actually drop items left over in `Channel` on drop of `Channel`.
+- Allow for `split()`-ing a channel more than once without immediately panicking.
- Add `loom` support.
+- Avoid a critical section when a `send`-link is popped and when returning `free_slot`.
- Don't force `Signal` import when using `make_signal` macro
- Update `make_signal`'s documentation to match `make_channel`'s