Skip to content

Commit b4b39be

Browse files
committed
[8.x] Fixed changelog
1 parent 7c185dd commit b4b39be

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG-8.x.md

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

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

514

615
## [v8.83.5 (2022-03-15)](https://github.com/laravel/framework/compare/v8.83.4...v8.83.5)

0 commit comments

Comments
 (0)