aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-04-08 11:04:14 -0600
committerSean Griffin <sean@thoughtbot.com>2015-04-08 11:07:39 -0600
commit67c2deeb4be58f9f4c24f32400d41bdd355021f9 (patch)
treee10db9b1c99b15405c28756bd46ced73628fc661 /activerecord/CHANGELOG.md
parent0a120a818d413c64ff9867125f0b03788fc306f8 (diff)
parent1a36be390e83156940e6bd3e394152496a6c8e72 (diff)
downloadrails-67c2deeb4be58f9f4c24f32400d41bdd355021f9.tar.gz
rails-67c2deeb4be58f9f4c24f32400d41bdd355021f9.tar.bz2
rails-67c2deeb4be58f9f4c24f32400d41bdd355021f9.zip
Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6312960819..904ac5c26a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Fixed a bug where uniqueness validations would error on out of range values,
+ even if an validation should have prevented it from hitting the database.
+
+ *Andrey Voronkov*
+
* MySQL: `:charset` and `:collation` support for string and text columns.
Example: