2024/09/24分のコミットです。
CHANGELOGへの追加はありませんでした。
Revert changes to delegated_type in #50280 (#53016)
delegated_typeでmodel名から自動でinverse_ofの指定を行うよう修正した、Infer default :inverse_of option for delegated_typeをRevertしています。 inverse associationを宣言していない場合の挙動で非互換が発生してしまい、既存のアプリケーションに影響が出てしまった為Revertしたとの事です。Infer default :inverse_of option for delegated_typeで再対応の予定。
Add documentation for nulls_not_distinct
activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rbのdocの修正です。
ActiveRecord::ConnectionAdapters::SchemaStatements.add_indexメソッドのdocにnulls_not_distinctオプションについての説明を追加しています。