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