Skip to content

Commit eae48c2

Browse files
javiereguiluznicolas-grekas
authored andcommitted
[FrameworkBundle] Update the changelog about Workflow command changes
1 parent 23dd335 commit eae48c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE-8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Form
172172
FrameworkBundle
173173
---------------
174174

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
176176
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
177177
* Make `Router` class `final`
178178
* Make `SerializerCacheWarmer` class `final`

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
8.0
55
---
66

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
88
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
99
* Enable the property info constructor extractor by default
1010
* Remove deprecated `Symfony\Bundle\FrameworkBundle\Console\Application::add()` method in favor of `Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()`

0 commit comments

Comments
 (0)