Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 805 Bytes

Changelog.md

File metadata and controls

40 lines (22 loc) · 805 Bytes

Change Log

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

UNRELEASED

0.5.0

Changed

  • Using cache/session-handler: ^0.2. This will break all cached sessions
  • Using cache/taggable-cache: ^0.5 to support the latest versions of the adapters.
  • New Collector and WebProfiler page

0.4.4

Fixed

  • Make sure RecordingPool does not change the type of pool.

0.4.3

Fixed

  • Require taggable 0.4.3 to avoid bugs in 0.4.2

0.4.2

Added

  • A KeyNormalizer that cleans the cache keys from invalid chars.

Fixed

  • Exception when clearing cache with a non taggable pool
  • Default value for the second argument to RecordingCachePool::timeCall should be array, not null.

0.4.1

No changelog before this version