File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ CHANGELOG
8
8
an instance of ` EntityManagerInterface ` should be injected instead
9
9
* added support for ` simple_array ` type
10
10
* the ` DoctrineTransactionMiddlewareFactory ` class has been removed
11
+ * changed guessing of DECIMAL to set the ` input ` option of ` NumberType ` to string
11
12
12
13
4.1.0
13
14
-----
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ CHANGELOG
47
47
* dispatch ` PostSubmitEvent ` on ` form.post_submit `
48
48
* dispatch ` PreSetDataEvent ` on ` form.pre_set_data `
49
49
* dispatch ` PostSetDataEvent ` on ` form.post_set_data `
50
+ * added an ` input ` option to ` NumberType `
50
51
51
52
4.2.0
52
53
-----
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function configureOptions(OptionsResolver $resolver)
67
67
'html5 ' => false ,
68
68
]);
69
69
70
- $ resolver ->setAllowedValues ('rounding_mode ' , array(
70
+ $ resolver ->setAllowedValues ('rounding_mode ' , [
71
71
NumberToLocalizedStringTransformer::ROUND_FLOOR ,
72
72
NumberToLocalizedStringTransformer::ROUND_DOWN ,
73
73
NumberToLocalizedStringTransformer::ROUND_HALF_DOWN ,
You can’t perform that action at this time.
0 commit comments