From 7bce826adefadfa43335eb0f19f8f1746596da97 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sat, 10 Dec 2016 23:07:45 +0900 Subject: Add a changelog entry for #25227 [ci skip] --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3