From 46f16ce4db312a41bbe0bceecb0affee59da85cc Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 12 Apr 2018 15:26:26 -0600 Subject: [PATCH] Note about updated vendor libs --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c9d9119..8c93301cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * moved Twig `sortArrayByKey` logic into `Utils::` class 1. [](#improved) * Rolled back Parsedown library to stable `1.6.4` until a better solution for `1.8.0` compatibility can fe found + * Updated vendor libraries to latest versions 1. [](#bugfix) * Fix for bad reference to `ZipArchive` in `GPM::Installer` @@ -70,7 +71,6 @@ * Optimizations & refactoring to the test suite [#1779](https://github.com/getgrav/grav/pull/1779) * Slight modification of Whoops error colors * Added new configuration option `system.session.initialize` to delay session initialization if needed by a plugin - * Vendor library updated to latest * Updated vendor libraries to latest versions * Removed constructor from `ObjectInterface` * Make it possible to include debug bar also into non-HTML responses