Skip to content

Commit a56be42

Browse files
committed
[9.x] Update changelog
1 parent 361bd5d commit a56be42

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v9.36.4...9.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v9.37.0...9.x)
4+
5+
6+
## [v9.37.0](https://github.com/laravel/framework/compare/v9.36.4...v9.37.0) - 2022-10-25
7+
8+
### Added
9+
- Added optional verbose output when view caching ([#44673](https://github.com/laravel/framework/pull/44673))
10+
- Allow passing closure to rescue $report parameter ([#44710](https://github.com/laravel/framework/pull/44710))
11+
- Support preloading assets with Vite ([#44096](https://github.com/laravel/framework/pull/44096))
12+
- Added `Illuminate/Mail/Mailables/Content::htmlString()` ([#44703](https://github.com/laravel/framework/pull/44703))
13+
14+
### Fixed
15+
- Fixed model:show registering getAttribute() as a null accessor ([#44683](https://github.com/laravel/framework/pull/44683))
16+
- Fix expectations for output assertions in PendingCommand ([#44723](https://github.com/laravel/framework/pull/44723))
417

518

619
## [v9.36.4](https://github.com/laravel/framework/compare/v9.36.3...v9.36.4) - 2022-10-20

0 commit comments

Comments
 (0)