diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-01 00:17:44 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-01 00:17:44 +0100 |
| commit | dd6a29adb2b503520f7db28e50563f41cf1f4730 (patch) | |
| tree | 37c2ee71f0b645681522228a15734ac3171b3a8a /embassy-executor/CHANGELOG.md | |
| parent | 74683c706bfc5654fa4f8331ce64c08b12b9765b (diff) | |
Release embassy-executor v0.3.1
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index ccbca1eb3..cade48f02 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. | |||
| 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 | ## 0.3.1 - 2023-11-01 | ||
| 9 | |||
| 10 | - Fix spurious "Found waker not created by the Embassy executor" error in recent nightlies. | ||
| 11 | |||
| 8 | ## 0.3.0 - 2023-08-25 | 12 | ## 0.3.0 - 2023-08-25 |
| 9 | 13 | ||
| 10 | - Replaced Pender. Implementations now must define an extern function called `__pender`. | 14 | - Replaced Pender. Implementations now must define an extern function called `__pender`. |
