aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2016-12-11 03:15:12 +1030
committerGitHub <noreply@github.com>2016-12-11 03:15:12 +1030
commit701fc768ae34a8824f0c2611214711f1023b057c (patch)
tree7df3ed0cd5ca693ecbf01bb4694ea365dde13696
parent2affe7067f2fde839a66aab852a3d166bbd98a02 (diff)
parent7bce826adefadfa43335eb0f19f8f1746596da97 (diff)
downloadrails-701fc768ae34a8824f0c2611214711f1023b057c.tar.gz
rails-701fc768ae34a8824f0c2611214711f1023b057c.tar.bz2
rails-701fc768ae34a8824f0c2611214711f1023b057c.zip
Merge pull request #27323 from kamipo/add_changelog_for_25227
Add a changelog entry for #25227 [ci skip]
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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.