Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 600 Bytes

Changelog.md

File metadata and controls

46 lines (25 loc) · 600 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

Added

  • NamespacedCachePool implements HierarchicalPoolInterface

0.1.3

Changed

  • Updated dependencies

0.1.2

Fixed

  • Typos, documentation and general package improvements.

0.1.1

Changed

  • Updated type hints for the cache pool.
  • Using cache/hierarchical-cache:^0.3

0.1.0

  • First release