From 7eed607b122b4089c1390dfcf6918515672e8c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 2 Nov 2020 18:16:45 +0000 Subject: [PATCH] Fix CHANGELOG [ci skip] --- activemodel/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 64535f5ce4..c72ca510ca 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,10 +1,10 @@ * 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. + attribute name should be. + + *Filipe Sabella* * Deprecate marshalling load from legacy attributes format.