aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordatdenkikniet <jcdra1@gmail.com>2025-04-05 17:07:30 +0200
committerEmil Fresk <emil.fresk@gmail.com>2025-06-18 19:19:37 +0000
commit71363095fe9753357b8a4864cbec393936cb1fa6 (patch)
tree2038034ee45da5844d07432a1d48005d18413064
parent72b5bc4836f4952ada9c976b763fda6b5e0f1e88 (diff)
Update CHANGELOG.md
-rw-r--r--rtic-sync/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md
index b5da66a..24d5e4a 100644
--- a/rtic-sync/CHANGELOG.md
+++ b/rtic-sync/CHANGELOG.md
@@ -17,7 +17,7 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
### Changed
-- Actually drop items left over in `Channel` on drop of `Channel`.
+- Actually drop items left over in `Channel` on drop of `Receiver`.
- 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`.