Update rtic/CHANGELOG.md

This commit is contained in:
Oleksandr Babak 2025-05-15 16:49:20 +02:00 committed by Emil Fresk
parent 4ca849aaee
commit 6b2bab03e6

View file

@ -36,6 +36,7 @@ Example:
- Placate clippy
- Updated esp32c3 dependency to v0.27.0
- Allow software tasks to be diverging (return `!`) and give them `'static` context.
- Added more `unsafe` blocks and migrated to 2024 edition.
### Added