8000 minor #24636 Synchronizing Upgrade 4.0 notes in 3.4 (yceruto) · symfony/symfony@744021b · GitHub
[go: up one dir, main page]

Skip to content

Commit 744021b

Browse files
committed
minor #24636 Synchronizing Upgrade 4.0 notes in 3.4 (yceruto)
This PR was merged into the 3.4 branch. Discussion ---------- Synchronizing Upgrade 4.0 notes in 3.4 | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #24631 (comment) | License | MIT | Doc PR | - Commits ------- c4f64a6 Update UPGRADE-4.0.md
2 parents d43daa0 + c4f64a6 commit 744021b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

UPGRADE-4.0.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ Finder
226226
Form
227227
----
228228

229+
* The values of the `FormEvents::*` constants have been updated to match the
230+
constant names. You should only update your application if you relied on the
231+
constant values instead of their names.
232+
229233
* The `choices_as_values` option of the `ChoiceType` has been removed.
230234

231235
* Support for data objects that implements both `Traversable` and
@@ -326,6 +330,8 @@ Form
326330
}
327331
```
328332

333+
* `FormRendererInterface::setTheme` and `FormRendererEngineInterface::setTheme` have a new optional argument `$useDefaultThemes` with a default value set to `true`.
334+
329335
FrameworkBundle
330336
---------------
331337

@@ -662,7 +668,7 @@ Process
662668

663669
* Extending `Process::run()`, `Process::mustRun()` and `Process::restart()` is
664670
not supported anymore.
665-
671+
666672
* The `getEnhanceWindowsCompatibility()` and `setEnhanceWindowsCompatibility()` methods of the `Process` class have been removed.
667673

668674
Profiler

0 commit comments

Comments
 (0)
0