Skip to content

Commit 6cf25f7

Browse files
committed
[9.x] Fixed changelog
1 parent 35be259 commit 6cf25f7

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
# Release Notes for 9.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.4.1...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.5.0...9.x)
4+
5+
6+
## [v9.5.0](https://github.com/laravel/framework/compare/v9.4.1...v9.5.0) - 2022-03-15
7+
8+
### Added
9+
- Added callback support on implode Collection method. ([#41405](https://github.com/laravel/framework/pull/41405))
10+
- Added `Illuminate/Filesystem/FilesystemAdapter::assertDirectoryEmpty()` ([#41398](https://github.com/laravel/framework/pull/41398))
11+
- Implement email "metadata" for SesTransport ([#41422](https://github.com/laravel/framework/pull/41422))
12+
- Make assertPath() accepts Closure ([#41409](https://github.com/laravel/framework/pull/41409))
13+
- Added callable support to operatorForWhere on Collection ([#41414](https://github.com/laravel/framework/pull/41414), [#41424](https://github.com/laravel/framework/pull/41424))
14+
- Added partial queue faking ([#41425](https://github.com/laravel/framework/pull/41425))
15+
- Added --name option to schedule:test command ([#41439](https://github.com/laravel/framework/pull/41439))
16+
- Define `Illuminate/Database/Eloquent/Concerns/HasRelationships::newThroughInstance()` ([#41444](https://github.com/laravel/framework/pull/41444))
17+
- Added `Illuminate/Support/Stringable::wrap()` ([#41455](https://github.com/laravel/framework/pull/41455))
18+
- Adds "freezeTime" helper for tests ([#41460](https://github.com/laravel/framework/pull/41460))
19+
- Allow for callables with beforeSending in`Illuminate/Http/Client/PendingRequest.php::runBeforeSendingCallbacks()` ([#41489](https://github.com/laravel/framework/pull/41489))
20+
21+
### Fixed
22+
- Fixed deprecation warnings from route:list when filtering on name or domain ([#41421](https://github.com/laravel/framework/pull/41421))
23+
- Fixes HTTP::pool response when a URL returns a null status code ([#41412](https://github.com/laravel/framework/pull/41412))
24+
- Fixed recaller name resolution in `Illuminate/Session/Middleware/AuthenticateSession.php` ([#41429](https://github.com/laravel/framework/pull/41429))
25+
- Fixed the guard instance used in /Illuminate/Session/Middleware/AuthenticateSession.php ([#41447](https://github.com/laravel/framework/pull/41447))
26+
- Fixed route:list --except-vendor hiding Route::view() & Route::redirect() ([#41465](https://github.com/laravel/framework/pull/41465))
27+
28+
### Changed
29+
- Add null typing to connection property in \Illuminate\Database\Eloquent\Factories\Factory ([#41418](https://github.com/laravel/framework/pull/41418))
30+
- Update reserved names in GeneratorCommand ([#41441](https://github.com/laravel/framework/pull/41441))
31+
- Redesign php artisan schedule:list Command ([#41445](https://github.com/laravel/framework/pull/41445))
32+
- Extend eloquent higher order proxy properties ([#41449](https://github.com/laravel/framework/pull/41449))
33+
- Allow passing named arguments to dynamic scopes ([#41478](https://github.com/laravel/framework/pull/41478))
34+
- Throw if tag is passed but is not supported in `Illuminate/Encryption/Encrypter.php` ([#41479](https://github.com/laravel/framework/pull/41479))
35+
- Update PackageManifest::$vendorPath initialisation for cases, when composer vendor dir is not in project director ([#41463](https://github.com/laravel/framework/pull/41463))
36+
437

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

0 commit comments

Comments
 (0)