aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-05 14:57:05 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-05 14:57:05 +0200
commit286d887529c66d8d1b4c7b56849e7a95386d79db (patch)
treedc46ee5e7b8830d6836fc78864965b8e5b49aef5 /embassy-executor/CHANGELOG.md
parent70aaa82e490a8c5637de7e38cb636f04c1d187f7 (diff)
executor: always name main task `main`, not just with rtos-trace.
Also fixes the warning about the `rtos-trace` feature not existing in embassy-executor-macros.
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index a36d270ba..dd462608b 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -8,8 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Added new metadata API for tasks 11- Added new metadata API for tasks.
12- Named main task when rtos-trace feature is enabled. 12- Main task automatically gets a name of `main` when the `metadata-name` feature is enabled.
13- Upgraded rtos-trace 13- Upgraded rtos-trace
14 14
15## 0.9.1 - 2025-08-31 15## 0.9.1 - 2025-08-31