Skip to content

Commit

Permalink
Update the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Aug 4, 2023
1 parent e812abd commit 25b9bd8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Moka Cache — Change Log

## Version 0.10.4

### Fixed

- Fixed a bug in `sync::Cache` and `sync::SegmentedCache` where memory usage kept
increasing when the eviction listener was set with the `Immediate` delivery mode.
([#297][gh-pull-0297])


## Version 0.10.3

### Fixed
Expand Down Expand Up @@ -632,6 +641,7 @@ The minimum supported Rust version (MSRV) is now 1.51.0 (2021-03-25).
[gh-issue-0034]: https://github.com/moka-rs/moka/issues/34/
[gh-issue-0031]: https://github.com/moka-rs/moka/issues/31/

[gh-pull-0297]: https://github.com/moka-rs/moka/pull/297/
[gh-pull-0286]: https://github.com/moka-rs/moka/pull/286/
[gh-pull-0259]: https://github.com/moka-rs/moka/pull/259/
[gh-pull-0251]: https://github.com/moka-rs/moka/pull/251/
Expand Down

0 comments on commit 25b9bd8

Please sign in to comment.