aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrey Voronkov <andrey.voronkov@medm.com>2015-04-08 19:28:45 +0300
committerAndrey Voronkov <andrey.voronkov@medm.com>2015-04-08 19:28:45 +0300
commit1a36be390e83156940e6bd3e394152496a6c8e72 (patch)
treef72b26bae158456f12fea0a46ef011cd888ccc82 /activerecord/CHANGELOG.md
parent0a120a818d413c64ff9867125f0b03788fc306f8 (diff)
downloadrails-1a36be390e83156940e6bd3e394152496a6c8e72.tar.gz
rails-1a36be390e83156940e6bd3e394152496a6c8e72.tar.bz2
rails-1a36be390e83156940e6bd3e394152496a6c8e72.zip
Fix uniqueness validation with out of range value
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 6312960819..305dc01b22 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Uniqueness validation with out of range value fixed
+
+ *Andrey Voronkov*
+
* MySQL: `:charset` and `:collation` support for string and text columns.
Example: