Added
- Added
Illuminate/Support/Stringable::scan()
(#40472) - Allow caching to be disabled for virtual attributes accessors that return an object (#40519)
- Added better bitwise operators support (#40529, def671d)
- Added getOrPut on Collection (#40535)
- Improve PhpRedis flushing (#40544)
- Added
Illuminate/Support/Str::flushCache()
(#40620)
Fixed
- Fixed Str::headline/Str::studly with unicode and add Str::ucsplit method (#40499)
- Fixed forgetMailers with MailFake (#40495)
- Pruning Models: Get the default path for the models from a method instead (#40539)
- Fix flushdb for predis cluste (#40446)
- Avoid undefined array key 0 error (#40571)