From f634a57f930c43273e35d77e519f2f384472e61f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 22 Jan 2023 13:11:43 +0100 Subject: [PATCH] funny typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74fd1e2..fe57fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Fixed -- `time::cds::TimeProvider`: Fixed a big where subsecond milliseconds were not accounted for +- `time::cds::TimeProvider`: Fixed a bug where subsecond milliseconds were not accounted for when the provider has no submillisecond precision. # [v0.5.0] 2023-01-20