diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ec412c2a9d3763c9af3efdad4433ff43749277ee..979b48c65482734757897f0f0211baf6db3fe713 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Deprecate mismatched collation comparison for uniquness validator. +* Deprecate mismatched collation comparison for uniqueness validator. Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the case insensitive column,