chore: changelog entry

This commit is contained in:
Oleksandr Babak 2025-10-28 14:05:17 +01:00
parent 3d0ced0bd1
commit 7b758e524e
No known key found for this signature in database
GPG key ID: B21CA2CAC0240BB9

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.