1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #27323 from kamipo/add_changelog_for_25227

Add a changelog entry for #25227 [ci skip]
This commit is contained in:
Matthew Draper 2016-12-11 03:15:12 +10:30 committed by GitHub
commit 701fc768ae

View file

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