aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-timer-queue/CHANGELOG.md
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-25 17:28:38 +0000
committerGitHub <[email protected]>2025-08-25 17:28:38 +0000
commitac60eaeddd9c4accbe8dc20d0486382940723efb (patch)
tree0816242eaaceb2b633d040351fdef1a3e8b5e6ed /embassy-executor-timer-queue/CHANGELOG.md
parent1975965d7710cd86c7a169a9b5ae6340bddc316c (diff)
parent3d1ce0fb7daadf647298230b51a7fb8fbaa1feed (diff)
Merge pull request #4550 from bugadani/time-queue
Make timer queue item opaque, move to new crate
Diffstat (limited to 'embassy-executor-timer-queue/CHANGELOG.md')
-rw-r--r--embassy-executor-timer-queue/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-executor-timer-queue/CHANGELOG.md b/embassy-executor-timer-queue/CHANGELOG.md
new file mode 100644
index 000000000..d43e0060d
--- /dev/null
+++ b/embassy-executor-timer-queue/CHANGELOG.md
@@ -0,0 +1,10 @@
1# Changelog for embassy-time-queue-utils
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## Unreeased
9
10- Initial implementation