You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,8 @@ CHANGELOG
15
15
* Removed the `framework.messenger.encoder` and `framework.messenger.decoder` options. Use the `framework.messenger.serializer.id` option to replace the Messenger serializer.
16
16
* Deprecated the `ContainerAwareCommand` class in favor of `Symfony\Component\Console\Command\Command`
17
17
* Made `debug:container` and `debug:autowiring` ignore backslashes in service ids
18
-
* Deprecated the `--env` console option and its "-e" shortcut, set the "APP_ENV" environment variable
19
-
or use `Application::bootstrapEnv()` instead.
20
-
* Deprecated the `--no-debug` console option, set the "APP_DEBUG" environment variable to "0"
21
-
or use `Application::bootstrapEnv()` instead.
18
+
* Deprecated `--env` and `--no-debug` console options, define the `APP_ENV` and `APP_DEBUG` environment variables or
19
+
parse input arguments as done in https://github.com/symfony/recipes/blob/master/symfony/console/3.3/bin/console instead
22
20
* Deprecated the `Templating\Helper\TranslatorHelper::transChoice()` method, use the `trans()` one instead with a `%count%` parameter
23
21
* Deprecated `CacheCollectorPass`. Use `Symfony\Component\Cache\DependencyInjection\CacheCollectorPass` instead.
24
22
* Deprecated `CachePoolClearerPass`. Use `Symfony\Component\Cache\DependencyInjection\CachePoolClearerPass` instead.
0 commit comments