From da02f6a30f4e3413fe6bab058c6acaca72684ff9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 7 Sep 2019 20:31:29 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c899a89b..bf15fc63 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ * Flextype Core: Fix issue with bind_where expression for Entries fetchAll method #186 * Flextype Core: Fix issue with and_where expression for Entries fetchAll method #186 * Flextype Core: Fix issue with or_where expression for Entries fetchAll method #186 +* Flextype Admin Panel: Fix dark theme for admin panel #186 #168 ### Changed * Flextype Core: Moving to PHP 7.2 #198 #186