diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4121bbe651131..9a7fa2a1a1e5b 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Add `update!` that works like `update` but raises exceptions + + *Dorian MariƩ* + * Add `ActiveRecord::Base#attributes_for_database` Returns attributes with values for assignment to the database.