From 93876812d433d886f6d21d5f6e31fcc546ada44e Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 3 Aug 2020 22:40:27 +0300 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea2277a..f33c7d4d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -185,15 +185,6 @@ * **serializers** fix YAML native parser. * **plugins** fix method `getPluginsCacheID()` for Plugins API -### BREAKING CHANGES - -* **entries** Wildcard * removed from parsers field. -* **entries** Cache setup removed from parsers field. -* **settings** `/project/config/settings.yaml` move to `/project/config/flextype/settings.yaml` -* **constants** remove constant `PATH['config']`, use - `PATH['project'] . '/config/'` -* **core:** remove Date Component from the system. -* **core:** remove Text Component from the system. - ### Refactoring * **pimple** remove unused $flextype variable and cleanup dependencies. * **yaml** save and mute error_reporting for native YAML parser. @@ -217,6 +208,15 @@ * **core:** Update vendor symfony/yaml to 5.1.3 * **core:** Update vendor ramsey/uuid to 4.1.0 +### BREAKING CHANGES + +* **entries** Wildcard * removed from parsers field. +* **entries** Cache setup removed from parsers field. +* **settings** `/project/config/settings.yaml` move to `/project/config/flextype/settings.yaml` +* **constants** remove constant `PATH['config']`, use - `PATH['project'] . '/config/'` +* **core:** remove Date Component from the system. +* **core:** remove Text Component from the system. + # [0.9.8](https://github.com/flextype/flextype/compare/v0.9.7...v0.9.8) (2020-05-14)