Update CHANGELOG.md

This commit is contained in:
datdenkikniet 2025-04-05 17:07:30 +02:00
parent afe0c061ad
commit 2ee2d2440d

View file

@ -17,7 +17,7 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
### Changed ### 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. - Allow for `split()`-ing a channel more than once without immediately panicking.
- Add `loom` support. - Add `loom` support.
- Avoid a critical section when a `send`-link is popped and when returning `free_slot`. - Avoid a critical section when a `send`-link is popped and when returning `free_slot`.