File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-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.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 ) )
4
17
5
18
6
19
## [ v9.36.4] ( https://github.com/laravel/framework/compare/v9.36.3...v9.36.4 ) - 2022-10-20
You can’t perform that action at this time.
0 commit comments