diff options
| author | Dániel Buga <[email protected]> | 2025-08-04 00:05:25 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-08-18 12:50:51 +0200 |
| commit | 74037f04933f4ec9a678e0b47fd6819e7c0489a9 (patch) | |
| tree | cb81e7394b6b59324a08eb92eba6fd0d8d9f2a9c /embassy-executor-timer-queue/CHANGELOG.md | |
| parent | a5cb04bdab602bc3bd056d254a9d61cad55bd967 (diff) | |
Make TimerQueueItem opaque
Diffstat (limited to 'embassy-executor-timer-queue/CHANGELOG.md')
| -rw-r--r-- | embassy-executor-timer-queue/CHANGELOG.md | 10 |
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 | |||
| 3 | All notable changes to this project will be documented in this file. | ||
| 4 | |||
| 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). | ||
| 7 | |||
| 8 | ## Unreeased | ||
| 9 | |||
| 10 | - Initial implementation | ||
