Skip to content

Commit b033e79

Browse files
committed
[FrameworkBundle] fix changelog
The `framework.serializer.cache` option was also deprecated in Symfony 3.1. This was documented in the upgrade file, but was not reflected in the bundle's changelog.
1 parent de820d1 commit b033e79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ CHANGELOG
2121
* Deprecated using core form types without dependencies as services
2222
* Added `Symfony\Component\HttpHernel\DataCollector\RequestDataCollector::onKernelResponse()`
2323
* Added `Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector`
24-
* Deprecated service `serializer.mapping.cache.apc` (use `serializer.mapping.cache.doctrine.apc` instead)
24+
* The `framework.serializer.cache` option and the service `serializer.mapping.cache.apc` have been
25+
deprecated. APCu should now be automatically used when available.
2526

2627
3.0.0
2728
-----

0 commit comments

Comments
 (0)