Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c062820

Browse files
committed
minor #41945 [Form] update changelog (xabbuh)
This PR was merged into the 6.0 branch. Discussion ---------- [Form] update changelog | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- b6327c4 update changelog
2 parents cf76057 + b6327c4 commit c062820

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Form/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ CHANGELOG
55
---
66

77
* Remove `PropertyPathMaper`
8-
* Remove `Symfony\Component\Form\Extension\Validator\Util\ServiceParams`
8+
* Remove `Symfony\Component\Form\Extension\Validator\Util\ServerParams`
99
* Remove `FormPass` configuration
1010
* Remove the `NumberToLocalizedStringTransformer::ROUND_*` constants, use `\NumberFormatter::ROUND_*` instead
11+
* The `rounding_mode` option of the `PercentType` defaults to `\NumberFormatter::ROUND_HALFUP`
12+
* The rounding mode argument of the constructor of `PercentToLocalizedStringTransformer` defaults to `\NumberFormatter::ROUND_HALFUP`
1113
* Add `FormConfigInterface::getIsEmptyCallback()` and `FormConfigBuilderInterface::setIsEmptyCallback()`
1214
* Change `$forms` parameter type of the `DataMapper::mapDataToForms()` method from `iterable` to `\Traversable`
1315
* Change `$forms` parameter type of the `DataMapper::mapFormsToData()` method from `iterable` to `\Traversable`

0 commit comments

Comments
 (0)