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 21:48:18 +03:00
parent 31db1b7abf
commit 00ee193adb

View File

@@ -52,6 +52,7 @@
```
* **core:** add parser twig extension #262
* **core:** add new field property `default` instead of `value` #303
* **core:** add `yaml_encode` and `yaml_decode` twig filter #290
usage in templates:
@@ -142,6 +143,8 @@ TO
]
```
Rename property `value` to `default` for all fieldsets where it is used.
<a name="0.9.5"></a>
# [0.9.5](https://github.com/flextype/flextype/compare/v0.9.4...v0.9.5) (2019-09-21)
### Bug Fixes