From ed1ea5b708aec433eafb1fb80a7ab46204956f07 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 15 Feb 2020 14:08:04 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ad64a2..0a7a59ea 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ ### Features * **core:** add Indonesian locale support #327 -* **core:** set routable true on entries creation #320 +* **core:** set `routable` true on entries creation #320 * **core:** initialize plugins before themes initialised #323 * **core:** update Cache to use adapter to retrieve driver object #341 * **core:** Load Shortcodes extensions based on flextype.shortcodes.extensions array #352 * **core:** Load Twig extensions based on flextype.twig.extensions array #351 * **default-theme:** Moving to Tailwind CSS #356 -* **admin-plugin:** add dim color for entries with draft, hidden and routable false status #324 +* **admin-plugin:** add dim color for entries with `draft`, `hidden` and `routable` `false` status #324 * **admin-plugin:** add entry select type modal on entry creation #331 * **admin-plugin:** add ability for redirect to the editor after creating #343 * **admin-plugin:** add ability to use local SVG version of fontawesome icons #322