Update CHANGELOG.md
This commit is contained in:
parent
9c5e6f9757
commit
57ddc0ebbb
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue