From 057eed2f950335b5918b8b3cf94efb168508d10e Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 23 Apr 2018 11:41:31 -0500 Subject: [PATCH] Adds references to #161 to CHANGELOG entries detailing PSR-6 and PSR-16 support. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c719528fb..d5040b358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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