aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-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-queue-driver
parent5a5495aac43d75610735f2ca80fb6c8e8f31ed71 (diff)
Changelog
Diffstat (limited to 'embassy-time-queue-driver')
-rw-r--r--embassy-time-queue-driver/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/embassy-time-queue-driver/CHANGELOG.md b/embassy-time-queue-driver/CHANGELOG.md
new file mode 100644
index 000000000..3b2aa8695
--- /dev/null
+++ b/embassy-time-queue-driver/CHANGELOG.md
@@ -0,0 +1,16 @@
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- Added `integrated-timers` and `generic-queue-N` features
11- Added `queue_generic` module which contains `Queue` (configured via the `generic-queue-N` features) and `ConstGenericQueue<SIZE>`.
12- Added `GenericTimerQueue` and `GlobalTimerQueue` structs that can be used to implement timer queues.
13
14## 0.1.0 - 2024-01-11
15
16Initial release