diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 9a7fa2a1a1e5b..b2042db2a8083 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Add `update!` that works like `update` but raises exceptions +* Add `ActiveRecord::Base#update!` that works like `ActiveRecord::Base#update` but raises exceptions. *Dorian MariƩ*