File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 9.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.42.2...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.43.0...9.x )
4
+
5
+
6
+ ## [ v9.43.0] ( https://github.com/laravel/framework/compare/v9.42.2...v9.43.0 ) - 2022-12-06
7
+
8
+ ### Added
9
+ - Add support for eager loading specific columns to withWhereHas ([ #45168 ] ( https://github.com/laravel/framework/pull/45168 ) )
10
+ - Add Policies to Model Show Command ([ #45153 ] ( https://github.com/laravel/framework/pull/45153 ) )
11
+ - Added ` Illuminate/Support/Stringable::whenIsUlid() ` ([ #45183 ] ( https://github.com/laravel/framework/pull/45183 ) )
12
+
13
+ ### Fixed
14
+ - Added missing reserved names in GeneratorCommand ([ #45149 ] ( https://github.com/laravel/framework/pull/45149 ) )
15
+
16
+ ### Changed
17
+ - Allow to pass base64 key to env: encrypt command ([ #45157 ] ( https://github.com/laravel/framework/pull/45157 ) )
18
+ - Replace model: show searched value with correct FQCN ([ #45160 ] ( https://github.com/laravel/framework/pull/45160 ) )
4
19
5
20
6
21
## [ v9.42.2] ( https://github.com/laravel/framework/compare/v9.42.1...v9.42.2 ) - 2022-11-30
You can’t perform that action at this time.
0 commit comments