diff options
author | 2023-06-30 22:58:30 +0200 | |
---|---|---|
committer | 2023-07-01 04:00:30 +0000 | |
commit | e63adaeb50b6b071f6188b709d4c0e605696b8f1 (patch) | |
tree | c81496ab4b75a37cd968f53f65a5b2d025268d2c | |
parent | fe1e633b118e621fa451e66e4b828e856942067c (diff) | |
download | rtic-e63adaeb50b6b071f6188b709d4c0e605696b8f1.tar.gz rtic-e63adaeb50b6b071f6188b709d4c0e605696b8f1.tar.zst rtic-e63adaeb50b6b071f6188b709d4c0e605696b8f1.zip |
Changelog: Time: Add date
-rw-r--r-- | rtic-time/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index 9f6a4098..2e7bebc3 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 |