[ci skip]
This commit is contained in:
Ryuta Kamizono 2017-06-28 22:21:03 +09:00
parent f138ffab13
commit 9fdebb17ff
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
* Fix issues with scopes and engine on `current_page?` method.
* Fix issues with scopes and engine on `current_page?` method.
Fixes #29401.
*Nikita Savrov*
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`.
This makes sure that the labels are linked up with the fields.

View File

@ -1,4 +1,4 @@
* Fix regression in numericality validator when comparing Decimal and Float input
* Fix regression in numericality validator when comparing Decimal and Float input
values with more scale than the schema.
*Bradley Priest*