Skip to content

Commit

Permalink
Added changelogs for new versions (#248)
Browse files Browse the repository at this point in the history
* Added changelogs for new versions

* Added changelog for adapter-common

* Added more changelogs
  • Loading branch information
Nyholm authored Dec 14, 2020
1 parent 599784a commit 78a38bb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## UNRELEASED

## 1.1.0

### Added

* Support for PHP 8

## 1.0.0

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

### Changed

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

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

### Changed

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

### Removed

Expand Down

0 comments on commit 78a38bb

Please sign in to comment.