chore: changelog entry

This commit is contained in:
Oleksandr Babak 2025-10-28 14:05:17 +01:00 committed by Emil Fresk
parent a03ac2c4c9
commit 1a8418e6f9

View file

@ -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.