aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 98c6384402..7a5b55d5a6 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?`.