diff options
| author | Dániel Buga <[email protected]> | 2023-08-10 23:14:52 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2023-08-10 23:15:02 +0200 |
| commit | 858d520882df986758eac491fbde916071ebaceb (patch) | |
| tree | f273e1b38da32af56bdafc069750063d34887f38 /embassy-executor | |
| parent | 3b43b00867d47105b94eef9eff118f406b0884de (diff) | |
Executor: Add changelog
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 7 |
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. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and 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 |
