From 309e00b717233324f81d98f6cf0a6e14fdbf22a7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 2 Aug 2020 09:49:13 +0300 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3855e561..7206b0d5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,9 +43,12 @@ From now there is a possible to path a much more rules for collections filtering inside the `fetchCollection()` and with using a standalone helper functions like `collect_filter()` and `find_filter()` - * `public function fetch(string $path, bool $collection = false, $filter = []) : array` - Fetch single entry or collections of entries. - * `public function fetchSingle(string $path) : array` - Fetch single entry. - * `public function fetchCollection(string $path, $filter = []) : array` - Fetch entries collection. + * `public function fetch(string $path, bool $collection = false, $filter = []) : array` + Fetch single entry or collections of entries. + * `public function fetchSingle(string $path) : array` + Fetch single entry. + * `public function fetchCollection(string $path, $filter = []) : array` + Fetch entries collection. See: http://docs.flextype.org/en/core/entries#methods