From b71d9f94d1e69eb318323388dc2296da54404137 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 28 Jun 2022 12:34:04 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2eef62..59961539 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,7 +75,7 @@ * **core** Added built-in I18n module. -* **core** Added ability to override core defines. +* **core** Added ability to override default constants * **entries** Added new functionality that allows implementing Virtual Entries by overriding default entries CRUD methods with the help of events. @@ -780,8 +780,8 @@ * use `entries()->registry()->has()` instead of `flextype('entries')->storage()->has()` * use `entries()->registry()->delete()` instead of `flextype('entries')->storage()->delete()` - note: all method from Atomastic Arrays are available for Arrays Storage Object manipulations - docs: https://github.com/atomastic/arrays + note: all method from Glowy PHP Arrays are available for Arrays Storage Object manipulations + docs: https://github.com/glowyphp/arrays ### Refactoring