8000 merged branch bschussek/issue3539 (PR #3898) · hostingnuggets/symfony@2bad835 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bad835

Browse files
committed
merged branch bschussek/issue3539 (PR symfony#3898)
Commits ------- 2e5182f [Form] Clarified the CHANGELOG entry about the activation of addXxx()/removeXxx() methods Discussion ---------- [Form] Clarified the CHANGELOG entry about the activation of addXxx()/removeXxx() methods
2 parents bf1131c + 2e5182f commit 2bad835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG-2.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
251251
* the radio type is now a child of the checkbox type
252252
* the collection, choice (with multiple selection) and entity (with multiple
253253
selection) types now make use of addXxx() and removeXxx() methods in your
254-
model. For a custom, non-recognized singular form, set the "property_path"
255-
option like this: "plural|singular"
254+
model if you set "by_reference" to false. For a custom, non-recognized
255+
singular form, set the "property_path" option like this: "plural|singular"
256256
* forms now don't create an empty object anymore if they are completely
257257
empty and not required. The empty value for such forms is null.
258258
* added constant Guess::VERY_HIGH_CONFIDENCE

0 commit comments

Comments
 (0)
0