diff options
| author | Ralph Ursprung <[email protected]> | 2025-06-08 12:23:11 +0200 |
|---|---|---|
| committer | Ralph Ursprung <[email protected]> | 2025-07-08 23:05:49 +0200 |
| commit | bb1b682deb5931b24ea7bd191aadf5a927140b14 (patch) | |
| tree | 9a3a8570a851c0144246faed05f1f9758029049d /embassy-time/CHANGELOG.md | |
| parent | 80bb09cdb1599e185023ae39d144f353f6ebc10f (diff) | |
prepare changelog for `embassy-time` v0.4.1
Diffstat (limited to 'embassy-time/CHANGELOG.md')
| -rw-r--r-- | embassy-time/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md index 09e951ce4..49b3b4586 100644 --- a/embassy-time/CHANGELOG.md +++ b/embassy-time/CHANGELOG.md | |||
| @@ -5,6 +5,16 @@ 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 | - Allow inlining on time driver boundary | ||
| 11 | - Add `saturating_add` and `saturating_sub` to `Instant` | ||
| 12 | - Add `Instant::try_from_*` constructor functions | ||
| 13 | - Add `Duration::try_from_*` constructor functions | ||
| 14 | - Don't select `critical-section` impl for `std` | ||
| 15 | - Manually implement the future for `with_timeout` | ||
| 16 | - Add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK` | ||
| 17 | |||
| 8 | ## 0.4.0 - 2025-01-02 | 18 | ## 0.4.0 - 2025-01-02 |
| 9 | 19 | ||
| 10 | - `embassy-time-driver` updated from v0.1 to v0.2. | 20 | - `embassy-time-driver` updated from v0.1 to v0.2. |
