aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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