Skip to content

Commit 6b87c5c

Browse files
authored
Added changelogs for new versions (#248)
* Added changelogs for new versions * Added changelog for adapter-common * Added more changelogs
1 parent f36565c commit 6b87c5c

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Changelog.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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.
4+
5+
## 1.2.0
6+
7+
### Added
8+
9+
* Support for PHP 8
410

511
## 1.1.0
612

7-
### Added
13+
### Added
814

915
- Support for storing binary data
1016

@@ -14,7 +20,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
1420

1521
### Changed
1622

17-
- Tests are now extending `PHPUnit\Framework\TestCase`
23+
- Tests are now extending `PHPUnit\Framework\TestCase`
1824

1925
## 1.0.0
2026

@@ -25,16 +31,16 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
2531
### Added
2632

2733
* `AbstractCachePool` has 4 new abstract methods: `getList`, `removeList`, `appendListItem` and `removeListItem`.
28-
* `AbstractCachePool::invalidateTags` and `AbstractCachePool::invalidateTags`
34+
* `AbstractCachePool::invalidateTags` and `AbstractCachePool::invalidateTags`
2935
* Added interfaces for our items and pools `PhpCachePool` and `PhpCacheItem`
3036
* Trait to help adapters to support tags. `TagSupportWithArray`.
3137

3238
### Changed
3339

34-
* First parameter to `AbstractCachePool::storeItemInCache` must be a `PhpCacheItem`.
35-
* Return value from `AbstractCachePool::fetchObjectFromCache` must be a an array with 4 values. Added expiration timestamp.
40+
* First parameter to `AbstractCachePool::storeItemInCache` must be a `PhpCacheItem`.
41+
* Return value from `AbstractCachePool::fetchObjectFromCache` must be a an array with 4 values. Added expiration timestamp.
3642
* `HasExpirationDateInterface` is replaced by `HasExpirationTimestampInterface`
37-
* We do not work with `\DateTime` internally anymore. We work with timestamps.
43+
* We do not work with `\DateTime` internally anymore. We work with timestamps.
3844

3945
## 0.3.3
4046

@@ -55,7 +61,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
5561
* The `AbstractCachePool` does not longer implement `TaggablePoolInterface`. However, the `CacheItem` does still implement `TaggableItemInterface`.
5662
* `CacheItem::getKeyFromTaggedKey` has been removed
5763
* The `CacheItem`'s second parameter is a callable that must return an array with 3 elements; [`hasValue`, `value`, `tags`].
58-
64+
5965
## 0.2.0
60-
66+
6167
* No changelog before this version

0 commit comments

Comments
 (0)