Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Sep 4, 2021
1 parent 5ba626e commit 7863b5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Fixed

- Fix `get_or_insert_with` and `get_or_try_insert_with` methods in `future::Cache`
can lead undefined behavior as accepting `init` future that is not `Send` or
`'static`. ([#31][gh-issue-0031])
- Fix `usize` overflow on big cache capacity. ([#28][gh-pull-0028])

### Added
Expand Down Expand Up @@ -93,6 +96,7 @@

[caffeine-git]: https://github.com/ben-manes/caffeine

[gh-issue-0030]: https://github.com/moka-rs/moka/issues/30/
[gh-pull-0030]: https://github.com/moka-rs/moka/pull/30/
[gh-pull-0028]: https://github.com/moka-rs/moka/pull/28/
[gh-pull-0022]: https://github.com/moka-rs/moka/pull/22/
Expand Down

0 comments on commit 7863b5c

Please sign in to comment.