Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 622 Bytes

Changelog.md

File metadata and controls

41 lines (22 loc) · 622 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

UNRELEASED

1.2.0

  • Support for PHP 8.1
  • Drop support for PHP < 7.4
  • Allow psr/cache: ^1.0 || ^2.0

1.1.0

Added

  • Support for PHP 8

1.0.0

  • No changes since 0.4.0

0.4.0

Changed

  • HierarchicalCachePoolTrait::getValueFormStore was renamed to HierarchicalCachePoolTrait::getDirectValue

Removed

  • Dependency to cache/taggable-cache.

0.3.0

Changed

  • The HierarchicalPoolInterface extends CacheItemPoolInterface

0.2.1

  • No changelog before this version