aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/CHANGELOG.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-02 19:20:26 +0200
committerUlf Lilleengen <[email protected]>2024-08-05 08:56:29 +0200
commit44282b18faf77b7ff2fa521eb7995fa46ca16e01 (patch)
tree258ada0afe8ef865c7f375580baf7efbcfe17cac /embassy-time/CHANGELOG.md
parentfb0ab1e42af8dd28d8f305c0db922756498ea6ca (diff)
Prepare embassy-time release
Diffstat (limited to 'embassy-time/CHANGELOG.md')
-rw-r--r--embassy-time/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md
index 75e17fd63..1ad715242 100644
--- a/embassy-time/CHANGELOG.md
+++ b/embassy-time/CHANGELOG.md
@@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10## 0.4.0 - 2024-01-11 10## 0.3.2 - 2024-08-02
11
12- Implement with_timeout()/with_deadline() method style call on Future
13- Add collapse_debuginfo to fmt.rs macros.
14
15## 0.3.1 - 2024-01-11
11 16
12- Add with\_deadline convenience function and example 17- Add with\_deadline convenience function and example
13- Implement Clone for Delay 18- Implement Clone for Delay