diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index e377ad85c9..7401e8b26c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Raise `ActiveRecord::RangeError` when values that executed are out of range. + + *Ryuta Kamizono* + * Raise `ActiveRecord::NotNullViolation` when a record cannot be inserted or updated because it would violate a not null constraint.