mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update CHANGELOG
This commit is contained in:
parent
bc7b730891
commit
ac677fb1e3
1 changed files with 8 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue