From 3f82d049cf54fe74d8909ed3df28d4a6de99b71a Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 15 Dec 2020 19:35:38 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d8959b6..f3fafd29 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ * **fields** add new field `registry.get` for Registry API ([#494](https://github.com/flextype/flextype/issues/494)) - Registry API provides method get() for retrieving data from registry and now we able to access them inside entries frontmatter header for retrieving data right in the entries. + Registry API provides method get() for retrieving data from registry and now we able to access them inside entries frontmatter header for retrieving data right in the entries. - Examples here: https://github.com/flextype/flextype/issues/494 + Examples here: https://github.com/flextype/flextype/issues/494 * **fields** add new field `entries.fetchSingle` and `entries.fetchCollection` for Entries API ([#492](https://github.com/flextype/flextype/issues/492))