From 471fb4da6f37ce04aeb4a3094fae24bcee2eca77 Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 29 Jan 2020 11:50:45 +0200 Subject: [PATCH] Changelog update --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0576da0c..6e3d78577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,6 @@ * Fixed new `Flex Users` being stored with wrong filename, login issues [#2785](https://github.com/getgrav/grav/issues/2785) * Fixed `ignore_empty: true` not removing empty values in blueprint filtering * Fixed `{{ false|string }}` twig to return '0' instead of '' - * Fixed `Data::filter()` removing empty fields (such as empty list) by default * Fixed twig `url()` failing if stream has extra slash in it (e.g. `user:///data`) * Fixed `Blueprint::filter()` returning null instead of array if there is nothing to return * Fixed `Cannot use a scalar value as an array` error in `Utils::arrayUnflattenDotNotation()`, ignore nested structure instead