From 4733ca7a4d622b70e8a3f6eea4b1fc8f971183cd Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 29 Nov 2019 17:01:21 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af008597..55fc835a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,12 +75,12 @@ * **core:** Markdown parsing should be cached in production #287 * **core:** YAML parsing will be cached in production #263 -* **core:** Refactor entries fetch methods naming #315 +* **core:** Refactor entries fetch methods naming #315 - we have: - `fetch` - for single and collection entries request. - `fetchSingle` - for single entry request. - `fetchCollection` - for collection entries request. + we have: + `fetch` - for single and collection entries request + `fetchSingle` - for single entry request. + `fetchCollection` - for collection entries request. * **core:** add routable option for entries #284