1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2019-11-22 22:42:05 +03:00
parent f0b05700cf
commit a0fdf62742

View File

@@ -17,6 +17,14 @@
### Features
* **core:** add ability to hide title for hidden fields #240
* **core:** add new public method delete() for Cache #308
* **core:** add CacheTwigExtension #309
usage in templates:
```
{{ cache.CACHE_PUBLIC_METHOD }}
```
* **core:** add ability to override plugins default manifest and settings #224
* **core:** add ability to override themes default manifest and settings #256
* **core:** add ability to set help text for generated form controls #283