Skip to content

Latest commit

 

History

History
68 lines (34 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

68 lines (34 loc) · 1.09 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2023-12-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


canister - v1.2.2

  • FIX: move freeing of previous entry to top to not interfere with cleanup logic.

2023-12-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


canister - v1.2.1

  • REFACTOR: don't return implementation type.

2023-12-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


canister - v1.2.0

  • FIX: bug where cache weight for replacements didn't get cleaned.
  • FEAT: SyncLoadingCache, ValueHolders, dsl cleanup.