Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log

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

## UNRELEASED

## 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