From a2bb1fe69f0a106bdc0fc59407fe3ddc94aa37a4 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 27 Aug 2019 15:29:41 +0300 Subject: [PATCH] docs(core): update chaneglog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d60948d..85f1ab82 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# [0.9.4](https://github.com/flextype/flextype/compare/0.9.4...0.9.3) (2019-09-xx) +# [0.9.4](https://github.com/flextype/flextype/compare/0.9.3...0.9.4) (2019-09-xx) ### Added * Flextype Core: Add ability to work with different types of content #212 #186 * Flextype Core: I18nTwigExtension - new filter `tr` added. #186 @@ -28,7 +28,8 @@ Flextype Core: ShortcodesTwigExtension - issue with null variables - fixed. #186 * Flextype Admin Panel: remove unused css #186 * Flextype Admin Panel: remove unused js #186 -## [0.9.3] - 2019-07-07 + +# [0.9.3](https://github.com/flextype/flextype/compare/0.9.2...0.9.3) (2019-07-07) ### Fixed * Flextype Core: Entries - issue with binding arguments inside method fetchAll() - fixed. #182 * Flextype Core: Entries - issue with possible boolean false result from Filesystem::getTimestamp() inside method fetchAll() - fixed. #182