aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/CHANGELOG.md
diff options
context:
space:
mode:
authorMatt Johnston <[email protected]>2025-08-16 22:40:04 +0800
committerMatt Johnston <[email protected]>2025-08-17 22:21:13 +0800
commit1b246d77c9972706285193b7a17ae0f5543e5a34 (patch)
tree3a51ddc6f6eaca4ab82d18cf62353d517f1b8de7 /embassy-time/CHANGELOG.md
parentbfe4395b3b9792bb79363e2f32a9ab7bf69bb78d (diff)
time: implement Sum for Duration
Diffstat (limited to 'embassy-time/CHANGELOG.md')
-rw-r--r--embassy-time/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md
index a0c1abe8d..2e94e0112 100644
--- a/embassy-time/CHANGELOG.md
+++ b/embassy-time/CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15- Don't select `critical-section` impl for `std` 15- Don't select `critical-section` impl for `std`
16- Manually implement the future for `with_timeout` 16- Manually implement the future for `with_timeout`
17- Add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK` 17- Add 133MHz tick rate to support PR2040 @ 133MHz when `TIMERx`'s `SOURCE` is set to `SYSCLK`
18- Implement Sum for Duration
18 19
19## 0.4.0 - 2025-01-02 20## 0.4.0 - 2025-01-02
20 21