From 2799d27f0cdf800e9f23087159d036197bdae3b4 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 25 Aug 2020 11:11:14 +0300 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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)