Merge branch '8.x'

# Conflicts:
#	CHANGELOG.md
#	composer.json
This commit is contained in:
Dries Vints
2021-10-26 17:22:00 +02:00
8 changed files with 32 additions and 13 deletions

View File

@@ -1,6 +1,18 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.3...master)
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.5...master)
## [v8.6.5 (2021-10-26)](https://github.com/laravel/laravel/compare/v8.6.4...v8.6.5)
### Changed
- Guess database factory model by default ([#5713](https://github.com/laravel/laravel/pull/5713))
## [v8.6.4 (2021-10-20)](https://github.com/laravel/laravel/compare/v8.6.3...v8.6.4)
### Changed
- Log deprecations instead of treating them as exceptions ([#5711](https://github.com/laravel/laravel/pull/5711))
## [v8.6.3 (2021-10-05)](https://github.com/laravel/laravel/compare/v8.6.2...v8.6.3)