Skip to content

Commit 593f0dd

Browse files
committed
[8.x] update changelog
1 parent 0c2165f commit 593f0dd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG-8.x.md

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

3-
## [Unreleased](https://github.com/laravel/framework/compare/v8.43.0...8.x)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v8.44.0...8.x)
4+
5+
6+
## [v8.44.0 (2021-05-27)](https://github.com/laravel/framework/compare/v8.43.0...v8.44.0)
7+
8+
### Added
9+
- Delegate lazy loading violation to method ([#37480](https://github.com/laravel/framework/pull/37480))
10+
- Added `force` option to `Illuminate/Foundation/Console/StorageLinkCommand` ([#37501](https://github.com/laravel/framework/pull/37501), [3e547d2](https://github.com/laravel/framework/commit/3e547d2f276f9242d3856ff9cb02418560ae9a1b))
11+
12+
### Fixed
13+
- Fixed aggregates with having ([#37487](https://github.com/laravel/framework/pull/37487), [c986e12](https://github.com/laravel/framework/commit/c986e12b00e9569cca5e24e5072e7770ffc25efa))
14+
- Bugfix passing errorlevel when command is run in background ([#37479](https://github.com/laravel/framework/pull/37479))
15+
16+
### Changed
17+
- Init the traits when the model is being unserialized ([#37492](https://github.com/laravel/framework/pull/37492))
18+
- Relax the lazy loading restrictions ([#37503](https://github.com/laravel/framework/pull/37503))
419

520

621
## [v8.43.0 (2021-05-25)](https://github.com/laravel/framework/compare/v8.42.1...v8.43.0)

0 commit comments

Comments
 (0)