minor #35263 [FrameworkBundle] Document the router.cache_class_prefix parameter removal (fancyweb)

This PR was merged into the 5.0 branch.

Discussion
----------

[FrameworkBundle] Document the router.cache_class_prefix parameter removal

| Q             | A
| ------------- | ---
| Branch?       | 5.0
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       | -
| License       | MIT
| Doc PR        | -

I use this parameter in one of my project. It was removed but it was not documented.

Commits
-------

add10dfe2c [FrameworkBundle] Document the router.cache_class_prefix parameter removal
This commit is contained in:
Nicolas Grekas 2020-01-08 17:58:38 +01:00
commit 6bb1479012
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
-----