From 776384de5068b7bfad7de0b5f49aeccdd5c42d51 Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Mon, 4 Mar 2019 19:21:29 +0530 Subject: [PATCH] Fix typo in CHANGELOG.md [ci skip] --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ec412c2a9d..979b48c654 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,