Skip to content

Commit 71e72a5

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent 75369bc commit 71e72a5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Changelog.md

+9-5
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

5-
## UNRELEASED
5+
## 1.2.0
6+
7+
### Added
8+
9+
* Support for PHP 8
610

711
### Changed
812

913
* New Hierarchical mode by using nested arrays instead of a flat array
1014

11-
## 1.1.0
15+
## 1.0.1
1216

1317
### Fixed
1418

@@ -24,12 +28,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
2428

2529
### Added
2630

27-
* Support for the new `TaggableCacheItemPoolInterface`.
31+
* Support for the new `TaggableCacheItemPoolInterface`.
2832
* Support for PSR-16 SimpleCache
2933

3034
### Changed
3135

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

3438
### Removed
3539

0 commit comments

Comments
 (0)