Skip to content

Commit d22f4f3

Browse files
committed
Update the change log
1 parent 668bdc0 commit d22f4f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
- Replaced most uses of `quanta::Instant` with `std::time::Instant` to increase the
8+
accuracy of time measurements. ([#481][gh-pull-0481])
79
- Switched to `AtomicU64` of `portable-atomic` crate for the platforms where
810
`AtomicU64` is not available in `std`. ([#480][gh-pull-0480])
911
- `moka`'s `atomic64` feature no longer has any effect on the build as
@@ -948,6 +950,7 @@ The minimum supported Rust version (MSRV) is now 1.51.0 (Mar 25, 2021).
948950
[gh-issue-0034]: https://github.com/moka-rs/moka/issues/34/
949951
[gh-issue-0031]: https://github.com/moka-rs/moka/issues/31/
950952

953+
[gh-pull-0481]: https://github.com/moka-rs/moka/pull/481/
951954
[gh-pull-0480]: https://github.com/moka-rs/moka/pull/480/
952955
[gh-pull-0474]: https://github.com/moka-rs/moka/pull/474/
953956
[gh-pull-0466]: https://github.com/moka-rs/moka/pull/466/

0 commit comments

Comments
 (0)