From 7f5b6cac01c27ea2aacc4007a95616d77fea4961 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 25 Aug 2020 11:34:58 +0300 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15de3306..ebdc4e00 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### Bug Fixes * **core** fix bug - Cannot access protected property Flextype\App\Foundation\Flextype::$container ([#462](https://github.com/flextype/flextype/issues/462)) - * **core** fix bug - Cannot use object of type Flextype\App\Foundation\Flextype as array ([#461](https://github.com/flextype/flextype/issues/461)) +* **media** fix Media exif_read_data warning - File not supported ([#464](https://github.com/flextype/flextype/issues/464)) ### Refactoring