aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-utils/CHANGELOG.md
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-08-04 00:05:25 +0200
committerDániel Buga <[email protected]>2025-08-18 12:50:51 +0200
commit74037f04933f4ec9a678e0b47fd6819e7c0489a9 (patch)
treecb81e7394b6b59324a08eb92eba6fd0d8d9f2a9c /embassy-time-queue-utils/CHANGELOG.md
parenta5cb04bdab602bc3bd056d254a9d61cad55bd967 (diff)
Make TimerQueueItem opaque
Diffstat (limited to 'embassy-time-queue-utils/CHANGELOG.md')
-rw-r--r--embassy-time-queue-utils/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/embassy-time-queue-utils/CHANGELOG.md b/embassy-time-queue-utils/CHANGELOG.md
index ae4714f62..ebd6565d1 100644
--- a/embassy-time-queue-utils/CHANGELOG.md
+++ b/embassy-time-queue-utils/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). 6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7 7
8## Unreleased
9
10- Removed the embassy-executor dependency
11
12## 0.2.0 - 2025-08-04
13
14Bumpep embassy-executor
15
8## 0.1.0 - 2024-01-11 16## 0.1.0 - 2024-01-11
9 17
10Initial release 18Initial release