Skip to content

Commit 1afb2ec

Browse files
committed
[9.x] Update changelog
1 parent e4aa208 commit 1afb2ec

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

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

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))
419

520

621
## [v9.42.2](https://github.com/laravel/framework/compare/v9.42.1...v9.42.2) - 2022-11-30

0 commit comments

Comments
 (0)