From 56ac2ad4c227efa95cfc4012d0d356b405c457f1 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Tue, 22 Jun 2021 23:09:28 +0200 Subject: [PATCH] changelog entry for laravel filesystem issue --- framework/core/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/core/CHANGELOG.md b/framework/core/CHANGELOG.md index 3c0cfda8e..8561a864b 100644 --- a/framework/core/CHANGELOG.md +++ b/framework/core/CHANGELOG.md @@ -12,6 +12,7 @@ ### Fixed - Avatar in notifications list are incorrectly aligned (https://github.com/flarum/core/pull/2906) +- FilesystemManager is not compatible with upstream Laravel implementation (https://github.com/flarum/core/pull/2936) ## [1.0.2](https://github.com/flarum/core/compare/v1.0.1...v1.0.2)