Update CHANGELOG.md
This commit is contained in:
parent
5cfd28df2d
commit
a315767e09
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.12...8.x)
|
## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.13...8.x)
|
||||||
|
|
||||||
|
|
||||||
|
## [v8.5.13 (2021-03-09)](https://github.com/laravel/laravel/compare/v8.5.12...v8.5.13)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Use same default queue name for all drivers ([#5549](https://github.com/laravel/laravel/pull/5549))
|
||||||
|
- Standardise "must" and "may" language in validation ([#5552](https://github.com/laravel/laravel/pull/5552))
|
||||||
|
- Add missing 'after_commit' key to queue config ([#5554](https://github.com/laravel/laravel/pull/5554))
|
||||||
|
|
||||||
|
|
||||||
## [v8.5.12 (2021-03-02)](https://github.com/laravel/laravel/compare/v8.5.11...v8.5.12)
|
## [v8.5.12 (2021-03-02)](https://github.com/laravel/laravel/compare/v8.5.11...v8.5.12)
|
||||||
|
|
Loading…
Reference in New Issue