diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb825d0..15de3306 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +# [0.9.11](https://github.com/flextype/flextype/compare/v0.9.10...v0.9.11) (2020-08-25) + +### Bug Fixes + +* **core** fix bug - Cannot access protected property Flextype\App\Foundation\Flextype::$container ([#462](https://github.com/flextype/flextype/issues/462)) + +* **core** fix bug - Cannot use object of type Flextype\App\Foundation\Flextype as array ([#461](https://github.com/flextype/flextype/issues/461)) + +### Refactoring + +* **plugins** remove $flextype variable from plugins init method. +* **entries** update return type for fetch() method. +* **entries** add additional check for getTimestamp() method in the getCacheID() +* **entries** remove dead code from fetchCollection() method. + +### Vendor Updates + +* **core:** Update vendor flextype-components/filesystem to 2.0.8 +* **core:** Update vendor ramsey/uuid to 4.1.1 + # [0.9.10](https://github.com/flextype/flextype/compare/v0.9.9...v0.9.10) (2020-08-19)