aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/CHANGELOG.md
blob: 2e7bebc31717c932b9f1ba90868d01057906a27a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

For each category, *Added*, *Changed*, *Fixed* add new entries at the top!

## [Unreleased]

### Added

- `should_dequeue` to the `Monotonic` trait to handle bugged timers

### Changed

### Fixed

- If the queue was non-empty and a new instant was added that was earlier than `head`, then the queue would no pend the monotonic handler. This would cause the new `head` to be dequeued at the wrong time.

## [v1.0.0] - 2023-05-31