Skip to content

golang-lru 2.0.6

Compare
Choose a tag to compare
@mgaffney mgaffney released this 24 Aug 20:21
8f8764f

This release removes calling the eviction callback when the Add method is called with an item that is already in the cache (#154); it reverts PR #135 which caused issue #141.

What's Changed

  • [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #149
  • Revert #135 and add tests for eviction callback by @mgaffney in #154

Full Changelog: v2.0.5...v2.0.6