Fixup CHANGELOGs [ci-skip]

This commit is contained in:
Ryuta Kamizono 2022-10-20 18:37:48 +09:00
parent 64c152b06e
commit 4136145819
2 changed files with 3 additions and 3 deletions

@ -1,6 +1,6 @@
* Fix a bug where using groups and counts with long table names would return incorrect results.
*Shota Toguchi, Yusaku Ono*
*Shota Toguchi*, *Yusaku Ono*
* Fix encryption of column default values.
@ -57,7 +57,7 @@
It is now possible to opt into sqlcommenter-formatted query log tags with `config.active_record.query_log_tags_format = :sqlcommenter`.
*Modulitos and Iheanyi*
*Modulitos* and *Iheanyi*
* Allow any ERB in the database.yml when creating rake tasks.

@ -44,7 +44,7 @@
This patch moves #find_cmd_and_exec to the adapter and exposes a new API to
lookup the adapter class without instantiating it.
*Gannon McGibbon, Paarth Madan*
*Gannon McGibbon*, *Paarth Madan*
* Add `Rails.application.message_verifiers` as a central point to configure
and create message verifiers for an application.