mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
chore: changelog entry
This commit is contained in:
parent
a03ac2c4c9
commit
1a8418e6f9
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- Generated mutexes for shared resourses no longer implement `Send`. They are meant to be used inside a task locally.
|
||||
|
||||
### Added
|
||||
|
||||
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue