Added
- Added new lost connection message to DetectsLostConnections (#39028)
- Added whereBelongsTo() Eloquent builder method (#38927)
- Added Illuminate/Foundation/Testing/Wormhole::minute() (#39050)
Fixed
- Fixed castable value object not serialized correctly (#39020)
- Fixed casting to string on PHP 8.1 (#39033)
- Mail empty address handling (#39035)
- Fixed NotPwnedVerifier failures (#39038)
- Fixed LazyCollection#unique() double enumeration (#39041)
Changed
- HTTP client: only allow a single User-Agent header (#39085)