diff options
| -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. |
