From b6ab086bf774044fea482d6b28f0383ef91a91e7 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Tue, 5 Feb 2019 11:35:11 +0200 Subject: [PATCH] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46fa9df3..75830fd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Improved error detection for broken Flex Objects * Removed `apc` and `xcache` support, made `apc` alias of `apcu` * Support admin and regular translations via the `|t` twig filter and `t()` twig function + * Improved Grav Core installer/updater to run installer script 1. [](#bugfix) * Fixed non-namespaced exceptions in scheduler * Fixed trailing slash redirect in multlang environment [#2350](https://github.com/getgrav/grav/issues/2350)