diff options
author | Vipul A M <vipulnsward@gmail.com> | 2019-03-04 19:27:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-04 19:27:30 +0530 |
commit | 076e8eddf4766a27a62fd0ae087c6c08501ddc42 (patch) | |
tree | 90de61d615af40354c6399bc4bd86b56e3ce6b9d /activerecord | |
parent | 467ae9c82b02769b2990e9dbd9e12102e90a17dd (diff) | |
parent | 776384de5068b7bfad7de0b5f49aeccdd5c42d51 (diff) | |
download | rails-076e8eddf4766a27a62fd0ae087c6c08501ddc42.tar.gz rails-076e8eddf4766a27a62fd0ae087c6c08501ddc42.tar.bz2 rails-076e8eddf4766a27a62fd0ae087c6c08501ddc42.zip |
Merge pull request #35469 from sharang-d/patch-2
Fix typo in CHANGELOG.md [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
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, |