aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-time/CHANGELOG.md')
-rw-r--r--embassy-time/CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/embassy-time/CHANGELOG.md b/embassy-time/CHANGELOG.md
index 3b4d93387..a6acb1ad6 100644
--- a/embassy-time/CHANGELOG.md
+++ b/embassy-time/CHANGELOG.md
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7 7
8## Unreleased 8## Unreleased
9 9
10- The `generic-queue` and related features have been removed (moved to embassy-time-queue-driver)
11- embassy-time no longer provides an `embassy-time-queue-driver` implementation
12
10## 0.3.2 - 2024-08-05 13## 0.3.2 - 2024-08-05
11 14
12- Implement with_timeout()/with_deadline() method style call on Future 15- Implement with_timeout()/with_deadline() method style call on Future
13- Add collapse_debuginfo to fmt.rs macros. 16- Add collapse_debuginfo to fmt.rs macros.
14 17
15## 0.3.1 - 2024-01-11 18## 0.3.1 - 2024-01-11
16 19