From 650be41be8894770a599910e2e34f577cf5048b7 Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Sat, 9 Sep 2023 20:01:03 +0800 Subject: [PATCH] Update the change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52363e05..5bd0bcf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,11 @@ Please read the [MIGRATION-GUIDE.md][migration-guide-v012] for more details. caches ([#316][gh-pull-0316]). - Improved async cancellation safety of `future::Cache`. ([#309][gh-pull-0309]) +### Fixed + +- Fixed a bug that an internal `do_insert_with_hash` method gets the current + `Instant` too early when eviction listener is enabled. ([#322][gh-issue-0322]) + ## Version 0.11.3 @@ -696,6 +701,7 @@ The minimum supported Rust version (MSRV) is now 1.51.0 (Mar 25, 2021). [gh-Swatinem]: https://github.com/Swatinem [gh-tinou98]: https://github.com/tinou98 +[gh-issue-0322]: https://github.com/moka-rs/moka/issues/322/ [gh-issue-0255]: https://github.com/moka-rs/moka/issues/255/ [gh-issue-0252]: https://github.com/moka-rs/moka/issues/252/ [gh-issue-0243]: https://github.com/moka-rs/moka/issues/243/