Skip to content

Commit 1501ca7

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent 7d8df32 commit 1501ca7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Changelog.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Change Log
22

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

55
## UNRELEASED
66

77
## 1.1.0
88

9+
### Added
10+
11+
* Support for PHP 8
12+
913
### Changed
1014

11-
* Use `League\Flysystem\FilesystemInterface` instead of concreate `League\Flysystem\Filesystem` class
15+
* Use `League\Flysystem\FilesystemInterface` instead of concrete `League\Flysystem\Filesystem` class
1216

1317
## 1.0.0
1418

@@ -18,12 +22,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1822

1923
### Added
2024

21-
* Support for the new `TaggableCacheItemPoolInterface`.
25+
* Support for the new `TaggableCacheItemPoolInterface`.
2226
* Support for PSR-16 SimpleCache
2327

2428
### Changed
2529

26-
* The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage.
30+
* The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage.
2731

2832
### Removed
2933

0 commit comments

Comments
 (0)