Skip to content

Commit 5b4db9f

Browse files
authored
Revert "Fix typos (#41191)" (#41196)
This reverts commit dabef8a.
1 parent dabef8a commit 5b4db9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
## [v9.2.0 (2022-02-22)](https://github.com/laravel/framework/compare/v9.1.0...v9.2.0)
77

88
### Added
9-
- Added `Illuminate\Database\Eloquent\Casts\Attribute::make()` ([#41014](https://github.com/laravel/framework/pull/41014))
10-
- Added `Illuminate\Collections\Arr::keyBy()` ([#41029](https://github.com/laravel/framework/pull/41029))
9+
- Added `Illuminate/Database/Eloquent/Casts/Attribute::make()` ([#41014](https://github.com/laravel/framework/pull/41014))
10+
- Added `Illuminate/Collections/Arr::keyBy()` ([#41029](https://github.com/laravel/framework/pull/41029))
1111
- Added expectsOutputToContain to the PendingCommand. ([#40984](https://github.com/laravel/framework/pull/40984))
1212
- Added ability to supply HTTP client methods with JsonSerializable instances ([#41055](https://github.com/laravel/framework/pull/41055))
13-
- Added `Illuminate\Filesystem\AwsS3V3Adapter::getClient()` ([#41079](https://github.com/laravel/framework/pull/41079))
13+
- Added `Illuminate/Filesystem/AwsS3V3Adapter::getClient()` ([#41079](https://github.com/laravel/framework/pull/41079))
1414
- Added Support for enum in Builder::whereRelation ([#41091](https://github.com/laravel/framework/pull/41091))
1515
- Added X headers when using Mail::alwaysTo ([#41101](https://github.com/laravel/framework/pull/41101))
1616
- Added of support Bitwise operators in query ([#41112](https://github.com/laravel/framework/pull/41112))
1717
- Integrate Laravel CORS into framework ([#41137](https://github.com/laravel/framework/pull/41137))
18-
- Added `Illuminate\Support\Str::betweenFirst()` ([#41144](https://github.com/laravel/framework/pull/41144))
18+
- Added `Illuminate/Support/Str::betweenFirst()` ([#41144](https://github.com/laravel/framework/pull/41144))
1919
- Allow specifiying custom messages for Rule objects ([#41145](https://github.com/laravel/framework/pull/41145))
2020

2121
### Fixed
@@ -34,7 +34,7 @@
3434
- Cursor pagination: convert original column to expression ([#41003](https://github.com/laravel/framework/pull/41003))
3535
- Cast $perPage to integer on Paginator ([#41073](https://github.com/laravel/framework/pull/41073))
3636
- Restore S3 client extra options ([#41097](https://github.com/laravel/framework/pull/41097))
37-
- Use `latest()` within `notifications()` in `Illuminate\Notifications\HasDatabaseNotifications.php` ([#41095](https://github.com/laravel/framework/pull/41095))
37+
- Use `latest()` within `notifications()` in `Illuminate/Notifications/HasDatabaseNotifications.php` ([#41095](https://github.com/laravel/framework/pull/41095))
3838
- Remove duplicate queries to find batch ([#41121](https://github.com/laravel/framework/pull/41121))
3939
- Remove redundant check in FormRequest::validated() ([#41115](https://github.com/laravel/framework/pull/41115))
4040
- Illuminate/Support/Facades/Storage::fake() changed ([#41113](https://github.com/laravel/framework/pull/41113))

0 commit comments

Comments
 (0)