From aef279a6cf04b47ac7aa279e37240a683bdcf5e6 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 29 Oct 2020 14:17:39 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8081400d..ca17bc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### Changed - Bump minimum PHP version ([#5452](https://github.com/laravel/laravel/pull/5452)) - Update Faker ([#5461](https://github.com/laravel/laravel/pull/5461)) +- Update minimum Laravel version ([b8d5825](https://github.com/laravel/laravel/commit/b8d582581a1067e3b1715cce477b22455acc3d36)) ### Fixed - Delete removed webpack flag ([#5460](https://github.com/laravel/laravel/pull/5460))