File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -634,6 +634,30 @@ Please refer to the [Changelog][active-model] for detailed changes.
634
634
* Add ` ActiveModel::Errors#of_kind? ` to check presence of a specific error.
635
635
([ Pull Request] ( https://github.com/rails/rails/pull/34866 ) )
636
636
637
+ * Fix ` ActiveModel::Serializers::JSON#as_json ` method for timestamps.
638
+ ([ Pull Request] ( https://github.com/rails/rails/pull/31503 ) )
639
+
640
+ * Fix numericality validator to still use value before type cast except Active Record.
641
+ ([ Pull Request] ( https://github.com/rails/rails/pull/33654 ) )
642
+
643
+ * Fix numericality equality validation of ` BigDecimal ` and ` Float `
644
+ by casting to ` BigDecimal ` on both ends of the validation.
645
+ ([ Pull Request] ( https://github.com/rails/rails/pull/32852 ) )
646
+
647
+ * Fix year value when casting a multiparameter time hash.
648
+ ([ Pull Request] ( https://github.com/rails/rails/pull/34990 ) )
649
+
650
+ * Type cast falsy boolean symbols on boolean attribute as false.
651
+ ([ Pull Request] ( https://github.com/rails/rails/pull/35794 ) )
652
+
653
+ * Return correct date while converting parameters in ` value_from_multiparameter_assignment `
654
+ for ` ActiveModel::Type::Date ` .
655
+ ([ Pull Request] ( https://github.com/rails/rails/pull/29651 ) )
656
+
657
+ * Fall back to parent locale before falling back to the ` :errors ` namespace while fetching
658
+ error translations.
659
+ ([ Pull Request] ( https://github.com/rails/rails/pull/35424 ) )
660
+
637
661
Active Support
638
662
--------------
639
663
You can’t perform that action at this time.
0 commit comments