mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Update CHANGELOG.md
This commit is contained in:
parent
72b5bc4836
commit
71363095fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue