diff options
| author | Dániel Buga <[email protected]> | 2023-08-25 23:32:00 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-25 23:32:00 +0200 |
| commit | f8299d10f7c0387416989e00acc02d99661537fb (patch) | |
| tree | ce84aba18c0bf5d461e422261ad504048f717c78 /embassy-executor/CHANGELOG.md | |
| parent | 8339423a2f194d31f3f26d956f68dfcef46f8891 (diff) | |
Prepare executor and macros for release (#1825)
* Set release date, bump macros version
* Add pool_size change to changelog
Diffstat (limited to 'embassy-executor/CHANGELOG.md')
| -rw-r--r-- | embassy-executor/CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-executor/CHANGELOG.md b/embassy-executor/CHANGELOG.md index 4853ba29b..ccbca1eb3 100644 --- a/embassy-executor/CHANGELOG.md +++ b/embassy-executor/CHANGELOG.md | |||
| @@ -5,11 +5,12 @@ 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.0 - TBD | 8 | ## 0.3.0 - 2023-08-25 |
| 9 | 9 | ||
| 10 | - Replaced Pender. Implementations now must define an extern function called `__pender`. | 10 | - Replaced Pender. Implementations now must define an extern function called `__pender`. |
| 11 | - Made `raw::AvailableTask` public | 11 | - Made `raw::AvailableTask` public |
| 12 | - Made `SpawnToken::new_failed` public | 12 | - Made `SpawnToken::new_failed` public |
| 13 | - You can now use arbitrary expressions to specify `#[task(pool_size = X)]` | ||
| 13 | 14 | ||
| 14 | ## 0.2.1 - 2023-08-10 | 15 | ## 0.2.1 - 2023-08-10 |
| 15 | 16 | ||
