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: UPGRADE-8.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ Form
172
172
FrameworkBundle
173
173
---------------
174
174
175
-
* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
175
+
* Remove the `WorkflowDumpCommand` class; the `workflow:dump`command and its class were moved to the Workflow component, but the command still works as before
176
176
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ CHANGELOG
4
4
8.0
5
5
---
6
6
7
-
* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
7
+
* Remove the `WorkflowDumpCommand` class; the `workflow:dump`command works the same as before but its class is now defined in the Workflow component
8
8
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
9
9
* Enable the property info constructor extractor by default
10
10
* Remove deprecated `Symfony\Bundle\FrameworkBundle\Console\Application::add()` method in favor of `Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()`
0 commit comments