1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 21:26:48 +02:00

Update CHANGELOG.md

This commit is contained in:
Awilum
2022-06-28 12:34:04 +03:00
parent 177cac71a4
commit b71d9f94d1

View File

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