File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Symfony/Component/Form Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ CHANGELOG
5
5
---
6
6
7
7
* Remove ` PropertyPathMaper `
8
- * Remove ` Symfony\Component\Form\Extension\Validator\Util\ServiceParams `
8
+ * Remove ` Symfony\Component\Form\Extension\Validator\Util\ServerParams `
9
9
* Remove ` FormPass ` configuration
10
10
* 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 `
11
13
* Add ` FormConfigInterface::getIsEmptyCallback() ` and ` FormConfigBuilderInterface::setIsEmptyCallback() `
12
14
* Change ` $forms ` parameter type of the ` DataMapper::mapDataToForms() ` method from ` iterable ` to ` \Traversable `
13
15
* Change ` $forms ` parameter type of the ` DataMapper::mapFormsToData() ` method from ` iterable ` to ` \Traversable `
You can’t perform that action at this time.
0 commit comments