Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 591 Bytes

File metadata and controls

30 lines (17 loc) · 591 Bytes

LayerCache Change Log

All notable changes to LayerCache will be documented in this file using the Keep a CHANGELOG principles.

[Unreleased]

[1.1.1] - 2021-01-10

Added

  • Run tests up to PHP 7.4 in Travis CI

[1.1.0] - 2017-08-28

Added

  • PHP 7.x support.
  • Added APCu support.

[1.0.0] - 2015-12-31

Added

  • Implemented namespaces.
  • Implemented #16: del() method for invalidating specific cache keys.
  • Added Aerospike support.

Changed

  • Only PHP 5.6+ is supported.