aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-08-14 17:53:42 +0200
committerDániel Buga <[email protected]>2023-08-14 17:57:01 +0200
commit890f29ccfe129f3205cf835c7131862c579d9349 (patch)
treead636106836487272e7f581d7e7318387a05c3bb /embassy-executor/CHANGELOG.md
parente4f3979ec8dd12fef1f44e78733917980045def0 (diff)
Update docs
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
-rw-r--r--embassy-executor/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md
index 86a477589..e2e7bce3a 100644
--- a/embassy-executor/CHANGELOG.md
+++ b/embassy-executor/CHANGELOG.md
@@ -5,6 +5,10 @@ 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- Replaced Pender. Implementations now must define an extern function called `__pender`.
11
8## 0.2.1 - 2023-08-10 12## 0.2.1 - 2023-08-10
9 13
10- Avoid calling `pend()` when waking expired timers 14- Avoid calling `pend()` when waking expired timers