Skip to content

Commit 78a38bb

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent 599784a commit 78a38bb

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

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

915
### Added
@@ -12,7 +18,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1218

1319
### Changed
1420

15-
* We do not throw `Cache\Adapter\Common\Exception\InvalidArgumentException` anymore. Instead we throw
21+
* We do not throw `Cache\Adapter\Common\Exception\InvalidArgumentException` anymore. Instead we throw
1622
`Cache\Taggable\Exception\InvalidArgumentException`. Both exceptions do implement `Psr\Cache\InvalidArgumentException`
1723
* We do not require `cache/adapter-common`
1824

@@ -34,7 +40,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
3440

3541
### Changed
3642

37-
* The behavior of `TaggablePSR6ItemAdapter::getTags()` has changed. It will not return the tags stored in the cache storage.
43+
* The behavior of `TaggablePSR6ItemAdapter::getTags()` has changed. It will not return the tags stored in the cache storage.
3844

3945
### Removed
4046

0 commit comments

Comments
 (0)