Skip to content

Commit 0af8926

Browse files
committed
[9.x] Update changelog
1 parent cc902ce commit 0af8926

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.40.1...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.41.0...9.x)
4+
5+
6+
## [v9.41.0](https://github.com/laravel/framework/compare/v9.40.1...v9.41.0) - 2022-11-22
7+
8+
### Added
9+
- Added `Illuminate/Validation/Rules/DatabaseRule::onlyTrashed()` ([#44989](https://github.com/laravel/framework/pull/44989))
10+
- Add some class rules in class Rule ([#44998](https://github.com/laravel/framework/pull/44998))
11+
- Added `Illuminate/View/ComponentAttributeBag::missing()` ([#45016](https://github.com/laravel/framework/pull/45016))
12+
- Added `Illuminate/Http/Concerns/InteractsWithInput::whenMissing()` ([#45019](https://github.com/laravel/framework/pull/45019))
13+
- Add isolation levels to SQL Server Connector ([#45023](https://github.com/laravel/framework/pull/45023))
14+
- Fix php artisan serve with PHP_CLI_SERVER_WORKERS > 1 ([#45041](https://github.com/laravel/framework/pull/45041))
15+
- Add ability to prune cancelled job batches ([#45034](https://github.com/laravel/framework/pull/45034))
16+
- Adding option for custom manifest filename on Vite Facade ([#45007](https://github.com/laravel/framework/pull/45007))
17+
18+
### Fixed
19+
- Fix deprecation warning when comparing a password against a NULL database password ([#44986](https://github.com/laravel/framework/pull/44986), [206e465](https://github.com/laravel/framework/commit/206e465f9680ef4618009ddfeafa672f8015a511))
20+
- Outlook web dark mode email layout fix ([#45024](https://github.com/laravel/framework/pull/45024))
21+
22+
### Changed
23+
- Improves queue:work command output ([#44971](https://github.com/laravel/framework/pull/44971))
24+
- Optimize Collection::containsStrict ([#44970](https://github.com/laravel/framework/pull/44970))
25+
- Make name required in `Illuminate/Testing/TestResponse::assertRedirectToRoute()` ([98a0301](https://github.com/laravel/framework/commit/98a03013ed74925f68040beee0937203b632f57d))
26+
- Strip key, secret and token from root config options on aws clients ([#44979](https://github.com/laravel/framework/pull/44979))
27+
- Allow customised implementation of the SendQueuedMailable job ([#45040](https://github.com/laravel/framework/pull/45040))
28+
- Validate uuid before route binding query ([#44945](https://github.com/laravel/framework/pull/44945))
429

530

631
## [v9.40.1](https://github.com/laravel/framework/compare/v9.40.0...v9.40.1) - 2022-11-15

0 commit comments

Comments
 (0)