1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

Update CHANGELOG.md

This commit is contained in:
Awilum
2022-05-22 18:24:05 +03:00
parent edb0e7c273
commit a06d4c6af2

View File

@@ -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')`