From 26de0340ec9ab2f5d5c8319ca89eb04789934cda Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 5 Feb 2019 16:47:53 -0700 Subject: [PATCH] Updated vendor libs including Symfony 4.2.3 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75830fd1a..b9cc2bbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * 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 + * Updated vendor libraries including Symfony `4.2.3` 1. [](#bugfix) * Fixed non-namespaced exceptions in scheduler * Fixed trailing slash redirect in multlang environment [#2350](https://github.com/getgrav/grav/issues/2350)