File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-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.2...9.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v9.36.3...9.x )
4
+
5
+
6
+ ## [ v9.36.3] ( https://github.com/laravel/framework/compare/v9.36.2...v9.36.3 ) - 2022-10-19
7
+
8
+ ### Reverted
9
+ - Reverts micro-optimization on view events ([ #44653 ] ( https://github.com/laravel/framework/pull/44653 ) )
10
+
11
+ ### Fixed
12
+ - Fixes blade not forgetting compiled views on view: clear ([ #44643 ] ( https://github.com/laravel/framework/pull/44643 ) )
13
+ - Fixed ` Illuminate/Database/Eloquent/Model::offsetExists() ` ([ #44642 ] ( https://github.com/laravel/framework/pull/44642 ) )
14
+ - Forget component's cache and factory between tests ([ #44648 ] ( https://github.com/laravel/framework/pull/44648 ) )
15
+
16
+ ### Changed
17
+ - Bump Testbench dependencies ([ #44651 ] ( https://github.com/laravel/framework/pull/44651 ) )
4
18
5
19
6
20
## [ v9.36.2] ( https://github.com/laravel/framework/compare/v9.36.1...v9.36.2 ) - 2022-10-18
You can’t perform that action at this time.
0 commit comments