diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..d8f9206 --- /dev/null +++ b/Changelog.md @@ -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