2024/05/10分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix .with_connection to not set current scope
activerecord/lib/active_record/relation/delegation.rbの修正です
.with_connectionでcurrent scopeが取得出来てしまうバグがあったのを修正しています。
actionpack/lib/action_controller/metal/strong_parameters.rbのdocの修正です。
ActionController::Parameters#extract_valueメソッドのexampleコードでdelimiterオプションの指定が不足していたのを修正しています。