1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

update CHANGELOG.md

This commit is contained in:
Awilum
2021-09-03 14:43:21 +03:00
parent 28570412ca
commit d6371d668f

View File

@@ -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))