From 71e72a51b76ed2668642a35690a7df7178f00670 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 14 Dec 2020 13:17:39 +0100 Subject: [PATCH] Added changelogs for new versions (#248) * Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs --- Changelog.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3af9682..490063d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,14 +1,18 @@ # Change Log -The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. -## UNRELEASED +## 1.2.0 + +### Added + +* Support for PHP 8 ### Changed * New Hierarchical mode by using nested arrays instead of a flat array -## 1.1.0 +## 1.0.1 ### Fixed @@ -24,12 +28,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ### Added -* Support for the new `TaggableCacheItemPoolInterface`. +* Support for the new `TaggableCacheItemPoolInterface`. * Support for PSR-16 SimpleCache ### Changed -* The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage. +* The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage. ### Removed