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 Oct 2, 2023
1 parent 7ac98e4 commit 9ef1168
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Moka Cache — Change Log

## Version 0.12.1

### Fixed

- Fixed memory leak in `future::Cache` when `get_with()`, `entry().or_insert_with()`,
and friend methods are used ([#329][gh-issue-0329]).
- This bug was introduced in `v0.12.0`. Versions earlier than `v0.12.0` do not
have this bug.


## Version 0.12.0

> **Note**
Expand Down Expand Up @@ -702,6 +712,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-0329]: https://github.com/moka-rs/moka/issues/329/
[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/
Expand Down

0 comments on commit 9ef1168

Please sign in to comment.