Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Adds references to #161 to CHANGELOG entries detailing PSR-6 and PSR-…
Browse files Browse the repository at this point in the history
…16 support.
  • Loading branch information
weierophinney committed Apr 23, 2018
1 parent 55b91d7 commit 057eed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file, in reverse

- [#148](https://github.com/zendframework/zend-cache/pull/148) adds support for PHP 7.1 and 7.2.

- [#46](https://github.com/zendframework/zend-cache/issues/46) and [#155](https://github.com/zendframework/zend-cache/issues/155) add support for [PSR-6](https://www.php-fig.org/psr/psr-6/) (Caching Interface).
- [#46](https://github.com/zendframework/zend-cache/issues/46), [#155](https://github.com/zendframework/zend-cache/issues/155), and [#161](https://github.com/zendframework/zend-cache/issues/161) add support for [PSR-6](https://www.php-fig.org/psr/psr-6/) (Caching Interface).
They provides an implementation of `Psr\Cache\CacheItemPoolInterface` via
`Zend\Cache\Psr\CacheItemPool\CacheItemPoolDecorator`, which accepts a
`Zend\Cache\Storage\StorageInterface` instance to its constructor, and proxies
Expand All @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file, in reverse
which provides a value object for both introspecting cache fetch results, as
well as providing values to cache.

- [#152](https://github.com/zendframework/zend-cache/pull/152) [#155](https://github.com/zendframework/zend-cache/pull/155), and [#159](https://github.com/zendframework/zend-cache/pull/159)
- [#152](https://github.com/zendframework/zend-cache/pull/152), [#155](https://github.com/zendframework/zend-cache/pull/155), [#159](https://github.com/zendframework/zend-cache/pull/159), and [#161](https://github.com/zendframework/zend-cache/issues/161)
add an adapter providing [PSR-16](https://www.php-fig.org/psr/psr-16/) (Caching Library Interface) support.
The new class, `Zend\Cache\Psr\SimpleCache\SimpleCacheDecorator`, accepts a
`Zend\Cache\Storage\StorageInterface` instance to its constructor, and proxies
Expand Down

0 comments on commit 057eed2

Please sign in to comment.