Skip to content

Commit

Permalink
merged branch bschussek/issue3539 (PR #3898)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fabpot committed Apr 12, 2012
2 parents bf1131c + 2e5182f commit 2bad835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG-2.1.md
Expand Up @@ -251,8 +251,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* the radio type is now a child of the checkbox type
* the collection, choice (with multiple selection) and entity (with multiple
selection) types now make use of addXxx() and removeXxx() methods in your
model. For a custom, non-recognized singular form, set the "property_path"
option like this: "plural|singular"
model if you set "by_reference" to false. For a custom, non-recognized
singular form, set the "property_path" option like this: "plural|singular"
* forms now don't create an empty object anymore if they are completely
empty and not required. The empty value for such forms is null.
* added constant Guess::VERY_HIGH_CONFIDENCE
Expand Down

0 comments on commit 2bad835

Please sign in to comment.