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 Nov 19, 2023
1 parent 843b1b2 commit 7a256b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
a second time when there is room in the cache, the key may not remain in the
cache after the second insertion. However, the `entry_count` method may return
a non zero number after calling the `invalidate_all` method.
- With this fix, the key should remain in the cache after the second insertion,
and the `entry_count` method should return zero after calling the
`invalidate_all` method.
- These issues were already present in `v0.11.x` and older versions, but were
less likely to occur.


## Version 0.12.1
Expand Down

0 comments on commit 7a256b9

Please sign in to comment.