From eb002c13d249373175de31dd3abe154e41d00bbe Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 21 Nov 2019 20:41:28 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a83d17c5..bd42bb4a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,11 +28,12 @@ * **core:** Markdown parsing should be cached in production #287 * **core:** YAML parsing will be cached in production #263 * **core:** add routable option for entries #284 -usage: -``` -routable: false -``` -by default `routable` is `true` + + usage: + ``` + routable: false + ``` + by default `routable` is `true` * **admin-plugin:** add help text for common form controls #280 * **admin-plugin:** add icons for settings tabs sections #293