Skip to content

Commit 669a362

Browse files
committed
Update changelog
1 parent 664672b commit 669a362

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rtic-macros/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
1212
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
1313
- Local spawner for spawning tasks with !Send/!Sync args on the same executor
1414
- Allow tasks with !Send/!Sync to be spawned from the same priority level task using local spawner
15+
- Add attribute `local_task` for tasks that may take args that are !Send/!Sync and can only be spawned from same executor
16+
- Allow tasks with !Send/!Sync to be spawned from the same priority level task using local spawner
17+
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
1518

1619
## [v2.2.0] - 2025-06-22
1720

rtic/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ Example:
2222

2323
### Added
2424

25-
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
2625
- Allow tasks with !Send/!Sync to be spawned from the same priority level task using local spawner
26+
- Add attribute `local_task` for tasks that may take args that are !Send/!Sync and can only be spawned from same executor
27+
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
2728

2829
### Changed
2930

0 commit comments

Comments
 (0)