From a06d4c6af2956f8d2435e61ecf0b178ee1b06eb9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 22 May 2022 18:24:05 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c8a52b..39e0a88d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -572,6 +572,15 @@ ### BREAKING CHANGES +* **shortcodes** New default shortcodes syntax. + ```yaml + opening_tag: "(" + closing_tag: ")" + closing_tag_marker: "/" + parameter_value_separator: ":" + parameter_value_delimiter: '"' + ``` + * **helpers** Use new helpers functions to access Flextype Services. * use `entries()` instead of `flextype('entries')`