aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-driver/CHANGELOG.md
blob: a99f250ed1633c5c5a6f8bc6d20d8c38d38b7745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Changelog for embassy-time-queue-driver

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

- Added `generic-queue-N` features.
- Added `embassy_time_queue_driver::Queue` struct which uses integrated or a generic storage (configured using `generic-queue-N`).

## 0.1.0 - 2024-01-11

Initial release