File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Component/DependencyInjection Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
4
4
6.2
5
5
---
6
6
7
+ * Add ` resolve-env ` option to ` debug:config ` command to display actual values of environment variables in dumped configuration
7
8
* Add ` NotificationAssertionsTrait `
8
9
* Add option ` framework.catch_all_throwables ` to allow ` Symfony\Component\HttpKernel\HttpKernel ` to catch all kinds of ` Throwable `
9
10
* Make ` AbstractController::render() ` able to deal with forms and deprecate ` renderForm() `
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ CHANGELOG
8
8
* Add arguments ` &$asGhostObject ` and ` $id ` to LazyProxy's ` DumperInterface ` to allow using ghost objects for lazy loading services
9
9
* Add ` enum ` env var processor
10
10
* Add ` shuffle ` env var processor
11
- * Add ` resolve-env ` option to ` debug:config ` command to display actual values of environment variables in dumped configuration
12
11
* Allow #[ When] to be extended
13
12
14
13
6.1
You can’t perform that action at this time.
0 commit comments