File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 8.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.83.5...8.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v8.83.6...8.x )
4
+
5
+
6
+ ## [ v8.83.6 (2022-03-29)] ( https://github.com/laravel/framework/compare/v8.83.5...v8.83.6 )
7
+
8
+ ### Fixed
9
+ - Stop throwing LazyLoadingViolationException for recently created model instances ([ #41549 ] ( https://github.com/laravel/framework/pull/41549 ) )
10
+ - Close doctrineConnection on disconnect ([ #41584 ] ( https://github.com/laravel/framework/pull/41584 ) )
11
+ - Fix require fails if is_file cached by opcache ([ #41614 ] ( https://github.com/laravel/framework/pull/41614 ) )
12
+ - Fix collection nth where step <= offset ([ #41645 ] ( https://github.com/laravel/framework/pull/41645 ) )
4
13
5
14
6
15
## [ v8.83.5 (2022-03-15)] ( https://github.com/laravel/framework/compare/v8.83.4...v8.83.5 )
You can’t perform that action at this time.
0 commit comments