diff --git a/Changelog.md b/Changelog.md index bb4c259..79fe874 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.1.0 +### Added + +* Support for PHP 8 + ### Changed -* Use `League\Flysystem\FilesystemInterface` instead of concreate `League\Flysystem\Filesystem` class +* Use `League\Flysystem\FilesystemInterface` instead of concrete `League\Flysystem\Filesystem` class ## 1.0.0 @@ -18,12 +22,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