8000 Synchronizing Upgrade 4.0 notes in 3.4 by yceruto · Pull Request #24636 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Synchronizing Upgrade 4.0 notes in 3.4 #24636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 19, 2017
Merged
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
8 changes: 7 additions & 1 deletion UPGRADE-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ Finder
Form
----

* The values of the `FormEvents::*` constants have been updated to match the
constant names. You should only update your application if you relied on the
constant values instead of their names.

* The `choices_as_values` option of the `ChoiceType` has been removed.

* Support for data objects that implements both `Traversable` and
Expand Down Expand Up @@ -326,6 +330,8 @@ Form
}
```

* `FormRendererInterface::setTheme` and `FormRendererEngineInterface::setTheme` have a new optional argument `$useDefaultThemes` with a default value set to `true`.

FrameworkBundle
---------------

Expand Down Expand Up @@ -662,7 +668,7 @@ Process

* Extending `Process::run()`, `Process::mustRun()` and `Process::restart()` is
not supported anymore.

* The `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class have been removed.

Profiler
Expand Down
0