From 67f0cfb0390cd6775eba9057de6741f25139914f Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Tue, 19 Sep 2017 12:14:18 -0600 Subject: [PATCH] Changelog fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77058fbfa..935ef1fc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,9 +42,9 @@ * Added new `onTwigLoader()` event to enable utilization of loader methods * Added new `Twig::addPath()` and `Twig::prependPath()` methods to wrap loader methods and support namespacing [#1604](https://github.com/getgrav/grav/issues/1604) * Added new `array_key_exists()` Twig function wrapper - * Added a new `Collection::intersect()` method [#1605](github.com/getgrav/grav/issues/1605) + * Added a new `Collection::intersect()` method [#1605](https://github.com/getgrav/grav/issues/1605) 1. [](#bugfix) - * Allow `session.timetout` field to be set to `0` via blueprints [#1598](https://github.com/getgrav/grav/issues/1598) + * Allow `session.timeout` field to be set to `0` via blueprints [#1598](https://github.com/getgrav/grav/issues/1598) * Fixed `Data::exists()` and `Data::raw()` functions breaking if `Data::file()` hasn't been called with non-null value * Fixed parent theme auto-loading in child themes of Gantry 5