Skip to content

Commit 3e21056

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent cc55a3d commit 3e21056

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Changelog.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
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

7+
## 1.1.0
8+
9+
### Added
10+
11+
* Support for PHP 8
12+
713
## 1.0.0
814

915
### Fixed
@@ -14,12 +20,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1420

1521
### Added
1622

17-
* Support for the new `TaggableCacheItemPoolInterface`.
23+
* Support for the new `TaggableCacheItemPoolInterface`.
1824
* Support for PSR-16 SimpleCache
1925

2026
### Changed
2127

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

2430
### Removed
2531

@@ -31,7 +37,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
3137

3238
### Fixed
3339

34-
* Issue when ttl is larger than 30 days.
40+
* Issue when ttl is larger than 30 days.
3541

3642
## 0.3.2
3743

0 commit comments

Comments
 (0)