1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

update CHANGELOG.md

This commit is contained in:
Awilum
2021-09-28 18:52:30 +03:00
parent b1b027be88
commit 3e878d48af

View File

@@ -53,6 +53,8 @@
* **core** Added ability to run Flextype in silent mode by disabling settings `app` and `cli`.
* **entries** Added new functiontionality for Virtual Entries with CRUD.
* **entries**: Added ability to create completely customizable high level collections for entries.
Example: https://github.com/flextype/flextype/issues/563
@@ -168,9 +170,13 @@
phparray:
decode:
cache: true
encode:
wrap: true
phpcode:
decode:
cache: true
encode:
wrap: false
```
* **serializers**: Added ability to set specific header serializer for `Frontmatter` serializer (default is YAML).