Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 661 Bytes

Changelog.md

File metadata and controls

44 lines (23 loc) · 661 Bytes

Change Log

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

UNRELEASED

1.1.0

Added

  • Support for PHP 8

1.0.0

Added

  • The CachePoolChain does now implement Cache\TagInterop\TaggableCacheItemPoolInterface

Removed

  • Removed deprecated function clearTags

0.5.1

Fixed

  • Fixed issue with generator
  • Make sure getItems always save values back to previous pools

0.5.0

Added

  • Support for the new TaggableCacheItemPoolInterface.

0.4.0

Changed

  • CachePoolChain::getPools is protected instead of public

0.3.1

  • No changelog before this version