From 1a36be390e83156940e6bd3e394152496a6c8e72 Mon Sep 17 00:00:00 2001 From: Andrey Voronkov Date: Wed, 8 Apr 2015 19:28:45 +0300 Subject: Fix uniqueness validation with out of range value --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') 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: -- cgit v1.2.3