diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-25 17:28:38 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-25 17:28:38 +0000 |
| commit | ac60eaeddd9c4accbe8dc20d0486382940723efb (patch) | |
| tree | 0816242eaaceb2b633d040351fdef1a3e8b5e6ed /embassy-time-queue-utils/CHANGELOG.md | |
| parent | 1975965d7710cd86c7a169a9b5ae6340bddc316c (diff) | |
| parent | 3d1ce0fb7daadf647298230b51a7fb8fbaa1feed (diff) | |
Merge pull request #4550 from bugadani/time-queue
Make timer queue item opaque, move to new crate
Diffstat (limited to 'embassy-time-queue-utils/CHANGELOG.md')
| -rw-r--r-- | embassy-time-queue-utils/CHANGELOG.md | 8 |
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..26200503c 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. | |||
| 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 6 | and 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 | |||
| 14 | Bumped embassy-executor | ||
| 15 | |||
| 8 | ## 0.1.0 - 2024-01-11 | 16 | ## 0.1.0 - 2024-01-11 |
| 9 | 17 | ||
| 10 | Initial release | 18 | Initial release |
