Skip to content

Commit 7f615e7

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent 5fe8f61 commit 7f615e7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Changelog.md

Lines changed: 9 additions & 3 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.2.0
8+
9+
### Added
10+
11+
* Support for PHP 8
12+
713
## 1.1.0
814

915
### Changed
@@ -17,12 +23,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1723

1824
### Added
1925

20-
* Support for the new `TaggableCacheItemPoolInterface`.
26+
* Support for the new `TaggableCacheItemPoolInterface`.
2127
* Support for PSR-16 SimpleCache
2228

2329
### Changed
2430

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

2733
### Removed
2834

0 commit comments

Comments
 (0)