1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-21 20:39:04 +03:00
parent e3f562e09a
commit 7b1fd148cb

View File

@@ -27,6 +27,13 @@
* **core:** add `yaml_encode` and `yaml_decode` twig filter #290
* **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`
* **admin-plugin:** add help text for common form controls #280
* **admin-plugin:** add icons for settings tabs sections #293
* **admin-plugin:** hide textarea control for codemirror editor #279