Skip to content

Commit c1ee6e2

Browse files
committed
minor symfony#21202 [Cache] Add changelog for 3.2 (nicolas-grekas)
This PR was merged into the 3.2 branch. Discussion ---------- [Cache] Add changelog for 3.2 | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 9aaa8ac [Cache] Add changelog for 3.2
2 parents 1105a87 + 9aaa8ac commit c1ee6e2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
CHANGELOG
2+
=========
3+
4+
3.2.0
5+
-----
6+
7+
* added TagAwareAdapter for tags-based invalidation
8+
* added PdoAdapter with PDO and Doctrine DBAL support
9+
* added PhpArrayAdapter and PhpFilesAdapter for OPcache-backed shared memory storage (PHP 7+ only)
10+
* added NullAdapter
11+
12+
3.1.0
13+
-----
14+
15+
* added the component with strict PSR-6 implementations
16+
* added ApcuAdapter, ArrayAdapter, FilesystemAdapter and RedisAdapter
17+
* added AbstractAdapter, ChainAdapter and ProxyAdapter
18+
* added DoctrineAdapter and DoctrineProvider for bidirectional interoperability with Doctrine Cache

0 commit comments

Comments
 (0)