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 cc55a3d commit 3e21056
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## UNRELEASED

## 1.1.0

### Added

* Support for PHP 8

## 1.0.0

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

### Added

* Support for the new `TaggableCacheItemPoolInterface`.
* Support for the new `TaggableCacheItemPoolInterface`.
* Support for PSR-16 SimpleCache

### Changed

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

### Removed

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

### Fixed

* Issue when ttl is larger than 30 days.
* Issue when ttl is larger than 30 days.

## 0.3.2

Expand Down

0 comments on commit 3e21056

Please sign in to comment.