diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ffd19a53345e8..f9f30b0d2179c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -338,7 +338,7 @@ * Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original and the dup'ed object shared the same errors. - * Christian Seiler* + *Christian Seiler* * Raise `ArgumentError` if list of attributes to change is empty in `update_all`.