Skip to content

Commit 72885d1

Browse files
committed
Merge remote-tracking branch 'upstream/9.x' into 9.x
# Conflicts: # CHANGELOG.md
2 parents e6d5917 + 1ce5e3f commit 72885d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## [Unreleased](https://github.com/laravel/framework/compare/v9.5.1...9.x)
44

5-
65
## [v9.5.1](https://github.com/laravel/framework/compare/v9.5.0...v9.5.1) - 2022-03-15
76

87
### Reverted
9-
- Revert "Fix the guard instance used." ([#41491](https://github.com/laravel/framework/pull/41491))
108

9+
- Revert "Fix the guard instance used." ([#41491](https://github.com/laravel/framework/pull/41491))
1110

1211
## [v9.5.0](https://github.com/laravel/framework/compare/v9.4.1...v9.5.0) - 2022-03-15
1312

1413
### Added
14+
1515
- Added callback support on implode Collection method. ([#41405](https://github.com/laravel/framework/pull/41405))
1616
- Added `Illuminate/Filesystem/FilesystemAdapter::assertDirectoryEmpty()` ([#41398](https://github.com/laravel/framework/pull/41398))
1717
- Implement email "metadata" for SesTransport ([#41422](https://github.com/laravel/framework/pull/41422))
@@ -25,13 +25,15 @@
2525
- Allow for callables with beforeSending in`Illuminate/Http/Client/PendingRequest.php::runBeforeSendingCallbacks()` ([#41489](https://github.com/laravel/framework/pull/41489))
2626

2727
### Fixed
28+
2829
- Fixed deprecation warnings from route:list when filtering on name or domain ([#41421](https://github.com/laravel/framework/pull/41421))
2930
- Fixes HTTP::pool response when a URL returns a null status code ([#41412](https://github.com/laravel/framework/pull/41412))
3031
- Fixed recaller name resolution in `Illuminate/Session/Middleware/AuthenticateSession.php` ([#41429](https://github.com/laravel/framework/pull/41429))
3132
- Fixed the guard instance used in /Illuminate/Session/Middleware/AuthenticateSession.php ([#41447](https://github.com/laravel/framework/pull/41447))
3233
- Fixed route:list --except-vendor hiding Route::view() & Route::redirect() ([#41465](https://github.com/laravel/framework/pull/41465))
3334

3435
### Changed
36+
3537
- Add null typing to connection property in \Illuminate\Database\Eloquent\Factories\Factory ([#41418](https://github.com/laravel/framework/pull/41418))
3638
- Update reserved names in GeneratorCommand ([#41441](https://github.com/laravel/framework/pull/41441))
3739
- Redesign php artisan schedule:list Command ([#41445](https://github.com/laravel/framework/pull/41445))
@@ -40,7 +42,6 @@
4042
- Throw if tag is passed but is not supported in `Illuminate/Encryption/Encrypter.php` ([#41479](https://github.com/laravel/framework/pull/41479))
4143
- Update PackageManifest::$vendorPath initialisation for cases, when composer vendor dir is not in project director ([#41463](https://github.com/laravel/framework/pull/41463))
4244

43-
4445
## [v9.4.1](https://github.com/laravel/framework/compare/v9.4.0...v9.4.1) - 2022-03-08
4546

4647
### Fixed
@@ -73,7 +74,6 @@
7374
- Allow chaining of `Illuminate/Console/Concerns/InteractsWithIO::newLine` ([#41327](https://github.com/laravel/framework/pull/41327))
7475
- set destinations since bcc missing from raw message in Mail SesTransport ([8ca43f4](https://github.com/laravel/framework/commit/8ca43f4c2a531ff9d28b86a7e366eef8adf8de84))
7576

76-
7777
## [v9.3.1](https://github.com/laravel/framework/compare/v9.3.0...v9.3.1) - 2022-03-03
7878

7979
### Added

0 commit comments

Comments
 (0)