aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-15 19:24:49 +0100
committerDániel Buga <[email protected]>2024-12-15 19:24:49 +0100
commit0492dba5368e7cb22ede2d41d26d4d0431ba2252 (patch)
tree735ad32cd3f40acbc57248373ab2622c8a9a03e3 /embassy-time-driver/CHANGELOG.md
parente861344b179b3e955ac47f1985b7f97fdfb93892 (diff)
Update documentation and changelogs
Diffstat (limited to 'embassy-time-driver/CHANGELOG.md')
-rw-r--r--embassy-time-driver/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-time-driver/CHANGELOG.md b/embassy-time-driver/CHANGELOG.md
index ebc37b6f4..2af1dc736 100644
--- a/embassy-time-driver/CHANGELOG.md
+++ b/embassy-time-driver/CHANGELOG.md
@@ -1,4 +1,4 @@
1# Changelog for embassy-time-queue-driver 1# Changelog for embassy-time-driver
2 2
3All notable changes to this project will be documented in this file. 3All notable changes to this project will be documented in this file.
4 4
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8## Unreleased 8## Unreleased
9 9
10- The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed. 10- The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed.
11- `schedule_wake` has been added to the `Driver` trait.
11 12
12## 0.1.0 - 2024-01-11 13## 0.1.0 - 2024-01-11
13 14