aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-09 14:48:26 +0000
committerGitHub <noreply@github.com>2023-04-09 14:48:26 +0000
commit2fb09d4a6da82a73572da7c7db132989b0dd4a49 (patch)
tree64d343d1acb22cb765ccc8ded0454a2d8f3e4b9d /rtic-time/CHANGELOG.md
parentd9f2980c388dc542f6c10d7de7879854067e4ba4 (diff)
parent66780d8a7b8e56627b31016ab43f83c631a16664 (diff)
Merge #727
727: Fix if a enqueued instant is first in a non-empty queue r=perlindgren a=korken89 Fixes #715 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'rtic-time/CHANGELOG.md')
-rw-r--r--rtic-time/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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