diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ffd19a53345e8fd655af05beab6ff93c12bf3c07..f9f30b0d2179c83d44994fe23abae1ccd2bbaf86 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`.