aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-09-11 16:15:27 +0200
committerDario Nieuwenhuis <[email protected]>2025-09-11 16:33:48 +0200
commit6ec9bcb1c4dfbe5fc5365d93e75c516bb03bf9fc (patch)
tree9094e4fb8745849ada00f61144aba60d8a51b5bf /embassy-executor/CHANGELOG.md
parent42c68622eeba3be05e8f8ccdc4072b7aa57f78d1 (diff)
executor: add priority scheduler.
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 03d60208e..6f079a11a 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11- Added new metadata API for tasks. 11- Added new metadata API for tasks.
12- Main task automatically gets a name of `main` when the `metadata-name` 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- Added optional "highest priority" scheduling
14- Added optional "earliest deadline first" EDF scheduling 15- Added optional "earliest deadline first" EDF scheduling
15 16
16## 0.9.1 - 2025-08-31 17## 0.9.1 - 2025-08-31