Skip to content

Commit 6296126

Browse files
committed
Update changelog
1 parent 7f81b81 commit 6296126

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rtic-macros/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
1010
### Added
1111

1212
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
13-
- Local spawner for spawning tasks with !Send/!Sync args on the same executor
13+
- Allow tasks with !Send/!Sync to be spawned from the same priority level task using local spawner
1414

1515
## [v2.2.0] - 2025-06-22
1616

rtic/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Example:
2222

2323
### Added
2424

25+
- Add attribute `local_task` for tasks that may take args that are !Send/!Sync and can only be spawned from same executor
2526
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
2627

2728
### Changed

0 commit comments

Comments
 (0)