From b4b4edd85e970647ddb3cb7caaaaa5fce333a0b2 Mon Sep 17 00:00:00 2001 From: Petrik Date: Sat, 14 May 2022 19:41:01 +0200 Subject: [PATCH] Fix CHANGELOG alignment [ci-skip] --- activerecord/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 3dc1628667..f00a7a1b17 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -31,11 +31,11 @@ * Support encrypted attributes on columns with default db values. -This adds support for encrypted attributes defined on columns with default values. -It will encrypt those values at creation time. Before, it would raise an -error unless `config.active_record.encryption.support_unencrypted_data` was true. + This adds support for encrypted attributes defined on columns with default values. + It will encrypt those values at creation time. Before, it would raise an + error unless `config.active_record.encryption.support_unencrypted_data` was true. -*Jorge Manrubia* and *Dima Fatko* + *Jorge Manrubia* and *Dima Fatko* * Allow overriding `reading_request?` in `DatabaseSelector::Resolver`