From e63adaeb50b6b071f6188b709d4c0e605696b8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Fri, 30 Jun 2023 22:58:30 +0200 Subject: [PATCH] Changelog: Time: Add date --- rtic-time/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index 9f6a40989b..2e7bebc317 100644 --- a/rtic-time/CHANGELOG.md +++ b/rtic-time/CHANGELOG.md @@ -17,4 +17,4 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! - 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 +## [v1.0.0] - 2023-05-31