From a3a8976fdf2e07894ddd234618cd1c7d450cd39b Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 13 Nov 2019 11:40:36 +0200 Subject: [PATCH] Changed `UserInterface::authorize()` to return `null` having the same meaning as `false` if access is denied because of no matching rule --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7a42140..02a843a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 1. [](#new) * Added new `-r ` option for Schduler CLI command to force-run a job [#2720](https://github.com/getgrav/grav/issues/2720) * Added `Utils::isAssoc()` and `Utils::isNegative()` helper methods + * Changed `UserInterface::authorize()` to return `null` having the same meaning as `false` if access is denied because of no matching rule 1. [](#improved) * Improved twig `|array` filter to work with iterators and objects with `toArray()` method * Updated Flex `SimpleStorage` code to feature match the other storages