Add a changelog entry for #25227 [ci skip]

This commit is contained in:
Ryuta Kamizono 2016-12-10 23:07:45 +09:00
parent 753da21322
commit 7bce826ade

@ -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.