Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 563 Bytes

Changelog.md

File metadata and controls

38 lines (20 loc) · 563 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
  • New decorator PrefixedSimpleCache to allow usage of PSR-16 compatible adapters.

1.0.0

Removed

  • Dependency on cache/hierarchical-cache

0.1.2

Changed

  • We now support cache/hierarchical-cache: ^0.4

0.1.1

Fixed

  • Typos, documentation and general package improvements.