2020/01/23分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Merge pull request #38258 from eileencodes/deprecate-remove-connection
activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rbの修正です。
handlerのremove_connectionメソッドがdeprecateになりました。今後はremove_connection_poolメソッドを使う必要があります。
メソッドの戻り値が変わる為で、remove_connectionでは戻り値がHashだったのが、remove_connection_poolではDatabaseConfigのオブジェクトが戻り値になっています。
Update list of middleware for API-only in Guides
rails guideのUsing Rails for API-only Applicationsの修正です。
Choosing Middlewareの項のRackミドルウェアの一覧を最新の内容に更新しています。