Update CHANGELOG.md

This commit is contained in:
Dries Vints 2021-12-07 17:10:22 +01:00
parent 68a0dbed64
commit 7e78e26c7c
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.8...8.x)
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.9...8.x)
## [v8.6.9 (2021-12-07)](https://github.com/laravel/laravel/compare/v8.6.8...v8.6.9)
### Changed
- Improves generic types on the skeleton ([#5740](https://github.com/laravel/laravel/pull/5740))
- Add option to set sendmail path ([#5741](https://github.com/laravel/laravel/pull/5741))
### Fixed
- Fix asset publishing if they were already published ([#5734](https://github.com/laravel/laravel/pull/5734))
## [v8.6.8 (2021-11-23)](https://github.com/laravel/laravel/compare/v8.6.7...v8.6.8)