Update CHANGELOG.md

This commit is contained in:
Dries Vints 2020-03-24 18:26:16 +01:00
parent b7b6e35bf8
commit d067d7d889
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v6.18.0...6.x)
## [Unreleased](https://github.com/laravel/laravel/compare/v6.18.3...6.x)
## [v6.18.3 (2020-03-24)](https://github.com/laravel/laravel/compare/v6.18.0...v6.18.3)
### Fixed
- Ensure that `app.debug` is a bool ([5ddbfb8](https://github.com/laravel/laravel/commit/5ddbfb845439fcd5a46c23530b8774421a931760))
- Fix S3 endpoint url reference ([#5267](https://github.com/laravel/laravel/pull/5267))
## [v6.18.0 (2020-02-24)](https://github.com/laravel/laravel/compare/v6.12.0...v6.18.0)