aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2015-11-18 00:16:38 +0900
committeryui-knk <spiketeika@gmail.com>2015-11-18 00:16:38 +0900
commit24b1c219e123536ed632427770de5b8b6a507a86 (patch)
tree054e7a93c8e27be7b0fa46c4a74658061ba91b50 /activerecord
parent35ca78a07c8b09ed81f09fe227e37c59cf13bb6f (diff)
downloadrails-24b1c219e123536ed632427770de5b8b6a507a86.tar.gz
rails-24b1c219e123536ed632427770de5b8b6a507a86.tar.bz2
rails-24b1c219e123536ed632427770de5b8b6a507a86.zip
[ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d)
Diffstat (limited to 'activerecord')
-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?`.