diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 98c63844025979aaba574e960d0b3036d580b0b8..7a5b55d5a6c4e7095b2513046a0c236700be76bb 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Except keys of `build_record`'s argument from `create_scope` in `initialize_attributes`. + + Fixes #22101. + + *Yuichiro Kaneko* + * Deprecate `connection.tables` on the SQLite3 and MySQL adapters. Also deprecate passing arguments to `#tables`. And deprecate `table_exists?`.