From ef5ebaef21127609a96572fc213fba358ed97ef5 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 23 Nov 2020 23:33:40 +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 febac5ac..9fe16fe1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,9 +45,9 @@ $result = collect($entries)->groupBy('tags')->all(); ``` -* **entries** add new private property `$storage` for storing current requested entry(entries) data and all Entries CRUD operations data in memory with ability to change them dynamically on fly. And new public methods `getStorage()` `setStorage()` ([#467](https://github.com/flextype/flextype/issues/467)) +* **entries** add new Flextype Entries Memory Storage (Flextype EMS). New private property `$storage` for storing current requested entry(or entries) data and all Entries CRUD operations data in memory with ability to change them dynamically on fly. New public methods `getStorage()` `setStorage()` ([#467](https://github.com/flextype/flextype/issues/467)) - Structure (Entries Memory Storage): + Structure (Flextype EMS): ```php $storage = [