aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-driver
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-12-08 20:05:37 +0100
committerDániel Buga <[email protected]>2024-12-10 21:31:42 +0100
commit6cc8709ecc9e8f71a13ec62b42be52bc8adf2c7b (patch)
treed4c1c14c873cb59d084e9a5d49702f37a858ba4d /embassy-time-driver
parent5a5495aac43d75610735f2ca80fb6c8e8f31ed71 (diff)
Changelog
Diffstat (limited to 'embassy-time-driver')
-rw-r--r--embassy-time-driver/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/embassy-time-driver/CHANGELOG.md b/embassy-time-driver/CHANGELOG.md
new file mode 100644
index 000000000..ebc37b6f4
--- /dev/null
+++ b/embassy-time-driver/CHANGELOG.md
@@ -0,0 +1,14 @@
1# Changelog for embassy-time-queue-driver
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8## Unreleased
9
10- The `allocate_alarm`, `set_alarm_callback`, `set_alarm` functions have been removed.
11
12## 0.1.0 - 2024-01-11
13
14Initial release