Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPGRADE-8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Form
FrameworkBundle
---------------

* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
* Remove the `WorkflowDumpCommand` class; the `workflow:dump` command and its class were moved to the Workflow component, but the command still works as before
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
* Make `Router` class `final`
* Make `SerializerCacheWarmer` class `final`
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CHANGELOG
8.0
---

* Remove the `WorkflowDumpCommand`, use the command from the Workflow component instead
* Remove the `WorkflowDumpCommand` class; the `workflow:dump` command works the same as before but its class is now defined in the Workflow component
* Remove `errors.xml` and `webhook.xml` routing configuration files (use their PHP equivalent instead)
* Enable the property info constructor extractor by default
* Remove deprecated `Symfony\Bundle\FrameworkBundle\Console\Application::add()` method in favor of `Symfony\Bundle\FrameworkBundle\Console\Application::addCommand()`
Expand Down
Loading