aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-16 18:59:00 +0100
committerDániel Buga <[email protected]>2024-12-16 20:37:01 +0100
commit71812d0c9ba3c0c9f8689299f825ebc1318db938 (patch)
tree711865a1d2e23f40e0104934efc13043ae2bac33
parentfbd0fe06bde7949d3374d10e540291493e088314 (diff)
Changelog
-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 068156210..59ea88d0c 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10- embassy-executor no longer provides an `embassy-time-queue-driver` implementation 10- embassy-executor no longer provides an `embassy-time-queue-driver` implementation
11- Added `TaskRef::executor` to obtain a reference to a task's executor 11- Added `TaskRef::executor` to obtain a reference to a task's executor
12- integrated-timers are no longer processed when polling the executor. 12- integrated-timers are no longer processed when polling the executor.
13- Added the option to store data in timer queue items
13 14
14## 0.6.3 - 2024-11-12 15## 0.6.3 - 2024-11-12
15 16