From 66780d8a7b8e56627b31016ab43f83c631a16664 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sat, 8 Apr 2023 21:37:23 +0200 Subject: Fix if a enqueued instant is first in a non-empty queue --- rtic-time/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rtic-time/CHANGELOG.md') diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index 3a2fb91..9f6a409 100644 --- a/rtic-time/CHANGELOG.md +++ b/rtic-time/CHANGELOG.md @@ -15,4 +15,6 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### 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-xx-xx -- cgit v1.2.3