From ed45f7384d3ba2c0261b09b32312269f69f4395d Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 25 Aug 2020 11:47:52 +0300 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdc4e00..f777110b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # [0.9.11](https://github.com/flextype/flextype/compare/v0.9.10...v0.9.11) (2020-08-25) +### Features + +* New helper function added for access all Flextype features in one place + + ```php + flextype($container_name = null, $container = []) + ``` + + **IMPORTANT** + + Do not use `$flextype` object to access Flextype features, use `flextype()` helper function. + ### Bug Fixes * **core** fix bug - Cannot access protected property Flextype\App\Foundation\Flextype::$container ([#462](https://github.com/flextype/flextype/issues/462))