chore: changelog entry

This commit is contained in:
Oleksandr Babak 2025-03-22 11:58:38 +01:00 committed by Emil Fresk
parent ff3b1ad527
commit 78e9127fc5
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## [Unreleased]
- Adapt `slic` backends to new version with `mecall`
- Allow software tasks to be diverging (return `!`) and give them `'static` context.
## [v2.1.1] - 2024-12-06

View file

@ -25,6 +25,7 @@ Example:
- Updated esp32c3 dependency to v0.28.0
- Placate clippy
- Updated esp32c3 dependency to v0.27.0
- Allow software tasks to be diverging (return `!`) and give them `'static` context.
### Added