From 24b1c219e123536ed632427770de5b8b6a507a86 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Wed, 18 Nov 2015 00:16:38 +0900 Subject: [PATCH] [ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d) --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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?`. -- GitLab