mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
chore: changelog entry
This commit is contained in:
parent
ff3b1ad527
commit
78e9127fc5
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue