1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Update CHANGELOG

This commit is contained in:
Filipe Sabella 2020-10-22 16:45:53 -03:00
parent bc7b730891
commit ac677fb1e3

View file

@ -1,3 +1,11 @@
* Pass in `base` instead of `base_class` to Error.human_attribute_name
*Filipe Sabella*
This is useful in cases where the `human_attribute_name` method depends
on other attributes' values of the class under validation to derive what the
attirbute name should be.
* Deprecate marshalling load from legacy attributes format.
*Ryuta Kamizono*