mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
rtic-sync: update CHANGELOG.md
This commit is contained in:
parent
9a953c9875
commit
39d967bf49
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
- 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`.
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Add `loom` support.
|
||||||
- Don't force `Signal` import when using `make_signal` macro
|
- Don't force `Signal` import when using `make_signal` macro
|
||||||
- Update `make_signal`'s documentation to match `make_channel`'s
|
- Update `make_signal`'s documentation to match `make_channel`'s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue