Update CHANGELOG.md

This commit is contained in:
Dries Vints 2021-03-23 18:25:11 +01:00
parent f5cac881c9
commit 6bc0b1cfcb
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# Release Notes # Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.14...8.x) ## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.15...8.x)
## [v8.5.15 (2021-03-23)](https://github.com/laravel/laravel/compare/v8.5.14...v8.5.15)
### Changed
- Add prohibited validation rule ([#5569](https://github.com/laravel/laravel/pull/5569))
- Re-order composer.json ([#5570](https://github.com/laravel/laravel/pull/5570))
## [v8.5.14 (2021-03-16)](https://github.com/laravel/laravel/compare/v8.5.13...v8.5.14) ## [v8.5.14 (2021-03-16)](https://github.com/laravel/laravel/compare/v8.5.13...v8.5.14)