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

chore(changelog): update changelog

This commit is contained in:
Awilum
2020-08-25 11:47:52 +03:00
parent 7f5b6cac01
commit ed45f7384d

View File

@@ -1,6 +1,18 @@
<a name="0.9.11"></a>
# [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))