Skip to content

Commit 8064550

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent 777db85 commit 8064550

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Changelog.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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

99
### Added
10+
11+
* Support for PHP 8
1012
* Allow \RedisArray and \RedisCluster objects for RedisCachePool
1113

1214
## 1.0.0
@@ -19,12 +21,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1921

2022
### Added
2123

22-
* Support for the new `TaggableCacheItemPoolInterface`.
24+
* Support for the new `TaggableCacheItemPoolInterface`.
2325
* Support for PSR-16 SimpleCache
2426

2527
### Changed
2628

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

2931
### Removed
3032

0 commit comments

Comments
 (0)