From c4663a64fd091777125a708494c601d2577ceb0a Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Sun, 31 Dec 2023 11:03:44 -0500 Subject: [PATCH] update CHANGELOG w/ link to PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd3056..13bbd71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Fixed an issue with the monotonic clock for macOS/iOS where it would undermeasure time compared to what would be measured by `std::time::Instant` due to using a clock source that did not account - for device sleep. + for device sleep. ([#97](https://github.com/metrics-rs/quanta/pull/97)) ## [0.12.1] - 2023-10-31