From a6ffdbdf416d60c38443725807a260a84dca5045 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 20 Apr 2021 18:13:08 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55469d6093..45e94be1a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.15...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.16...8.x) + + +## [v8.5.16 (2021-04-20)](https://github.com/laravel/laravel/compare/v8.5.15...v8.5.16) + +### Changed +- Rename test methods ([#5574](https://github.com/laravel/laravel/pull/5574)) +- Using faker method instead of properties ([#5583](https://github.com/laravel/laravel/pull/5583)) + +### Fixed +- Ignore SQLite files generated on parallel testing ([#5593](https://github.com/laravel/laravel/pull/5593)) ## [v8.5.15 (2021-03-23)](https://github.com/laravel/laravel/compare/v8.5.14...v8.5.15)