From d087d0ffea25072b451c91982e6d2ac8e6f80b5e Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sun, 8 Jan 2017 14:57:38 +0100 Subject: [PATCH] [Cache] Add changelog --- src/Symfony/Component/Cache/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/Symfony/Component/Cache/CHANGELOG.md diff --git a/src/Symfony/Component/Cache/CHANGELOG.md b/src/Symfony/Component/Cache/CHANGELOG.md new file mode 100644 index 0000000000000..0fc0cdfba6a9a --- /dev/null +++ b/src/Symfony/Component/Cache/CHANGELOG.md @@ -0,0 +1,10 @@ +CHANGELOG +========= + +3.1.0 +----- + + * added the component with strict PSR-6 implementations + * added ApcuAdapter, ArrayAdapter, FilesystemAdapter and RedisAdapter + * added AbstractAdapter, ChainAdapter and ProxyAdapter + * added DoctrineAdapter and DoctrineProvider for bidirectional interoperability with Doctrine Cache