Update CHANGELOG.md

This commit is contained in:
Dries Vints 2021-03-16 17:26:11 +01:00
parent 9c5e6f9757
commit 57ddc0ebbb
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,17 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.13...8.x)
## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.14...8.x)
## [v8.5.14 (2021-03-16)](https://github.com/laravel/laravel/compare/v8.5.13...v8.5.14)
### Changed
- Add language for prohibited_if and prohibited_unless validation rules ([#5557](https://github.com/laravel/laravel/pull/5557))
- Add date facade alias ([#5556](https://github.com/laravel/laravel/pull/5556))
### Fixed
- Add log level config value to stderr channel ([#5558](https://github.com/laravel/laravel/pull/5558))
- Fix footer on mobile ([#5561](https://github.com/laravel/laravel/pull/5561))
## [v8.5.13 (2021-03-09)](https://github.com/laravel/laravel/compare/v8.5.12...v8.5.13)