Update CHANGELOG.md

This commit is contained in:
Dries Vints 2021-11-23 18:30:45 +01:00
parent 3de91bca75
commit 0eb4a40eb3
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@ # Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.7...8.x)
## [v8.6.8 (2021-11-23)](https://github.com/laravel/laravel/compare/v8.6.7...v8.6.8)
### Changed
- Order validation rules alphabetically ([#5728](https://github.com/laravel/laravel/pull/5728))
- Removes the Console\Kernel::$commands property ([#5727](https://github.com/laravel/laravel/pull/5727))
## [v8.6.7 (2021-11-16)](https://github.com/laravel/laravel/compare/v8.6.6...v8.6.7)
### Changed