We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdf060aa commit0217579Copy full SHA for 0217579
src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
@@ -9,12 +9,12 @@ CHANGELOG
9
* Added`ControllerTrait::isFormValid()`
10
* Added an`help_html` form option to display the`help` text as HTML
11
* Deprecated the "Psr\SimpleCache\CacheInterface" / "cache.app.simple" service, use "Symfony\Contracts\Cache\CacheInterface" / "cache.app" instead
12
-
13
*[BC Break] When using Messenger, the default transport changed from
14
using Symfony's serializer service to use`PhpSerializer`, which uses
15
PHP's native`serialize()` and`unserialize()` functions. To use the
16
original serialization method, set the`framework.messenger.serializer.id`
17
config option to`messenger.transport.symfony_serializer`.
+* Added`SuggestMissingPackageSubscriber` for suggesting missing packages when using console commands
18
19
4.2.0
20
-----