From d6371d668f9b6d1501d379af71aaaf2ec65427f4 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 3 Sep 2021 14:43:21 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72bc441..ad000734 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -265,7 +265,7 @@ * **cache**: Added new cache driver `Phparray` to storage cache data in raw php arrays files. -* **helpers**: All core helpers are located in the `/src/flextype/helpers.php`. +* **helpers**: All core helpers are located in the `/src/flextype/helpers/`. * **helpers**: Added helper function `app` to get Flextype Application instance. @@ -376,7 +376,7 @@ quality: 70 ``` -* **macros**: All core macros are located in the `/src/flextype/macros.php`. +* **macros**: All core macros are located in the `/src/flextype/macros/`. * **macros**: Added `onlyFromCollection` and `exceptFromCollection` macros for Arrays ([#553](https://github.com/flextype/flextype/issues/553))