[ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d)

This commit is contained in:
yui-knk 2015-11-18 00:16:38 +09:00
parent 35ca78a07c
commit 24b1c219e1

@ -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?`.