2022/05/06分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Raise StrictLoadingViolationError with polymorphic relation violations
Active Recordの修正です。
polymorphic relationでstric loadingの違反があった場合に、StrictLoadingViolationErrorではなくArgumentErrorがraiseされてしまうバグがあったのを修正しています。
Reformat code in Placeholder Conditions
rails guideのActive Record Query Interfaceの修正です。
Placeholder Conditionsの項にあるexampleコードのフォーマットの修正を行っています。
Make behaviour of has_value?/value? more consistent
actionpack/lib/action_controller/metal/strong_parameters.rbの修正です。
ActionController::Parameters#has_value?と#value?メソッドで、deprecatedになったActionController::ParametersとHashの比較処理を行わないよう修正しています。