==== laravel/framework v10.13.2 https://github.com/laravel/framework/releases/tag/v10.13.2 ### 追加された機能 - `Illuminate/Http/Client/PendingRequest::replaceHeaders()` が追加されました。([#47335](https://github.com/laravel/framework/pull/47335)) - `Illuminate/Notifications/Messages/MailMessage::attachMany()` が追加されました。([#47345](https://github.com/laravel/framework/pull/47345)) ### 取り消された機能 - "[10.x] Remove session on authenticatable deletion v2" が取り消されました。([#47354](https://github.com/laravel/framework/pull/47354)) ### 修正された問題 - 空の配列を使用した Redis::many() の使用方法が修正されました。([#47307](https://github.com/laravel/framework/pull/47307)) - マップされたレンダリング例外処理が修正されました。([#47347](https://github.com/laravel/framework/pull/47347)) - Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php での fillable/guarded における重複を回避するように修正されました。([#47351](https://github.com/laravel/framework/pull/47351)) ### 変更された機能 - Kernel::load() をイベントと同じ classFromFile ロジックを使用するように更新しました。([#47327](https://github.com/laravel/framework/pull/47327)) - 不要な 'setAccessible' メソッドを削除しました。([#47348](https://github.com/laravel/framework/pull/47348)) #laravel