[FrameworkBundle] Document the router.cache_class_prefix parameter removal

This commit is contained in:
Thomas Calvet 2020-01-08 15:54:22 +01:00
parent ad7d24109c
commit add10dfe2c
2 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,7 @@ FrameworkBundle
* Removed `routing.loader.service`.
* Added support for PHPUnit 8. A `void` return-type was added to the `KernelTestCase::tearDown()` and `WebTestCase::tearDown()` method.
* Removed the `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract` services.
* Removed the `router.cache_class_prefix` parameter.
HttpClient
----------

View File

@ -21,6 +21,7 @@ CHANGELOG
* Service route loaders must be tagged with `routing.route_loader`.
* Added `slugger` service and `SluggerInterface` alias
* Removed the `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract` services.
* Removed the `router.cache_class_prefix` parameter.
4.4.0
-----