From e754eea1785bf946087726adeebb0e74e0d64f64 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 16 Sep 2019 22:18:07 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe926920..0df1a221 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ # [0.9.5](https://github.com/flextype/flextype/compare/v0.9.4...v0.9.5) (2019-09-xx) ### Bug Fixes +* **core:** issue with cache in the Entries API - fetchAll method #234 2779777 +* **core:** issue with emitter twig function #234 426a073 +* **core:** issue with empty entries folder Entries API - fetchAll method #234 cf61f2d * **admin-plugin:** issue with emitter twig function #234 806b18e * **admin-plugin:** russian translations #233 -* **core:** issue with emitter twig function #234 426a073 * **site-plugin:** notice for undefined $query['format'] #234 8bde8eb ### BREAKING CHANGES