aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-08-10 23:14:52 +0200
committerDániel Buga <[email protected]>2023-08-10 23:15:02 +0200
commit858d520882df986758eac491fbde916071ebaceb (patch)
treef273e1b38da32af56bdafc069750063d34887f38 /embassy-executor
parent3b43b00867d47105b94eef9eff118f406b0884de (diff)
Executor: Add changelog
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 4fd3dccf7..5aecbec16 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## Unreleased
9
10- Avoid calling `pend()` when waking expired timers
11- Properly reset finished task state with `integrated-timers` enabled
12- Introduce `InterruptExecutor::spawner()`
13- Fix incorrect critical section in Xtensa executor
14
8## 0.2.0 - 2023-04-27 15## 0.2.0 - 2023-04-27
9 16
10- Replace unnecessary atomics in runqueue 17- Replace unnecessary atomics in runqueue