aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-time/CHANGELOG.md')
-rw-r--r--rtic-time/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md
index cf312ac..d2e2887 100644
--- a/rtic-time/CHANGELOG.md
+++ b/rtic-time/CHANGELOG.md
@@ -9,7 +9,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added
-- `should_dequeue` to the `Monotonic` trait to handle bugged timers
+- `half_period_counter` containing utilities for implementing a half-period-counter based monotonic.
+- `should_dequeue_check` to the `Monotonic` trait to handle bugged timers.
### Changed