Skip to content

Commit cc4274b

Browse files
TBlindarukactions-user
authored andcommitted
Update CHANGELOG
1 parent 35be259 commit cc4274b

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
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+
## [v9.5.0](https://github.com/laravel/framework/compare/v9.4.1...v9.5.0) - 2022-03-15
6+
7+
### Added
8+
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+
23+
- Fixed deprecation warnings from route:list when filtering on name or domain ([#41421](https://github.com/laravel/framework/pull/41421))
24+
- Fixes HTTP::pool response when a URL returns a null status code ([#41412](https://github.com/laravel/framework/pull/41412))
25+
- Fixed recaller name resolution in `Illuminate/Session/Middleware/AuthenticateSession.php` ([#41429](https://github.com/laravel/framework/pull/41429))
26+
- Fixed the guard instance used in /Illuminate/Session/Middleware/AuthenticateSession.php ([#41447](https://github.com/laravel/framework/pull/41447))
27+
- Fixed route:list --except-vendor hiding Route::view() & Route::redirect() ([#41465](https://github.com/laravel/framework/pull/41465))
28+
29+
### Changed
30+
31+
- Add null typing to connection property in \Illuminate\Database\Eloquent\Factories\Factory ([#41418](https://github.com/laravel/framework/pull/41418))
32+
- Update reserved names in GeneratorCommand ([#41441](https://github.com/laravel/framework/pull/41441))
33+
- Redesign php artisan schedule:list Command ([#41445](https://github.com/laravel/framework/pull/41445))
34+
- Extend eloquent higher order proxy properties ([#41449](https://github.com/laravel/framework/pull/41449))
35+
- Allow passing named arguments to dynamic scopes ([#41478](https://github.com/laravel/framework/pull/41478))
36+
- Throw if tag is passed but is not supported in `Illuminate/Encryption/Encrypter.php` ([#41479](https://github.com/laravel/framework/pull/41479))
37+
- Update PackageManifest::$vendorPath initialisation for cases, when composer vendor dir is not in project director ([#41463](https://github.com/laravel/framework/pull/41463))
438

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

@@ -34,7 +68,6 @@
3468
- Allow chaining of `Illuminate/Console/Concerns/InteractsWithIO::newLine` ([#41327](https://github.com/laravel/framework/pull/41327))
3569
- set destinations since bcc missing from raw message in Mail SesTransport ([8ca43f4](https://github.com/laravel/framework/commit/8ca43f4c2a531ff9d28b86a7e366eef8adf8de84))
3670

37-
3871
## [v9.3.1](https://github.com/laravel/framework/compare/v9.3.0...v9.3.1) - 2022-03-03
3972

4073
### Added

0 commit comments

Comments
 (0)