From cd5a8f600ebae20084b8b69f6e35b2eeb5545620 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 21 Nov 2019 23:08:33 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be56870d..cadcde97 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,14 @@ * **admin-plugin:** show message on plugins page if no plugins installed #294 * **admin-plugin:** use dots icon for actions dropdown #292 * **admin-plugin:** YAML parsing will be cached in production #263 +* **admin-plugin:** add ability to hide fieldsets from entries type select #304 + + usage in fieldsets: + ``` + hide: true + ``` + by default `hide` is `false` + * **site-plugin:** add routable option for entries #284