Update rtic-macros/CHANGELOG.md

This commit is contained in:
Oleksandr Babak 2025-04-13 21:17:11 +02:00 committed by Emil Fresk
parent f61febf7a4
commit 5068edc668

View file

@ -11,6 +11,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- Added `waker` getter to software tasks
### Fixed
- Support Rust edition 2024 `unsafe(link_section)` attribute
## [v2.1.3] - 2025-06-08
### Changed