From 5dc63b3b8ee67d2ceb375992a54aa0229153603b Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 24 Nov 2020 19:20:09 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef933049..9f98cb99 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - atomastic/registry - atomastic/strings -* **cache** add new cache engine - PHPFastCache ([#457](https://github.com/flextype/flextype/issues/457)) +* **cache** add new cache engine - PHPFastCache insteed of Doctrine Cache ([#457](https://github.com/flextype/flextype/issues/457)) #### New config for PhpFastCache https://github.com/flextype/flextype/blob/dev/src/flextype/settings.yaml#L127-L241 @@ -21,7 +21,7 @@ https://github.com/PHPSocialNetwork/phpfastcache -* **core** add new tmp constant ([#470](https://github.com/flextype/flextype/issues/470)) +* **core** add new `PATH['tmp']` constant ([#470](https://github.com/flextype/flextype/issues/470)) Now we have: @@ -99,7 +99,7 @@ ### Bug Fixes -* **entries** fix issue with delete method ([#465](https://github.com/flextype/flextype/issues/465)) +* **entries** fix issue with delete() method ([#465](https://github.com/flextype/flextype/issues/465)) ### Refactoring @@ -157,6 +157,9 @@ * **core** remove flextype-components/filesystem ([#474](https://github.com/flextype/flextype/issues/474)) +* **core** remove flextype-components/arrays ([#474](https://github.com/flextype/flextype/issues/474)) + + # [0.9.11](https://github.com/flextype/flextype/compare/v0.9.10...v0.9.11) (2020-08-25)