From 812ec463f5fdfc67dfe58de212547cc4be548f24 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 12 Apr 2019 15:01:31 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b0d3ad3..d969a82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ way to update this template, but currently, we follow a pattern: ## Upcoming version 2019-XX-XX +- [add] Use sparse fields on SearchPage to reduce data load. + [#1066](https://github.com/sharetribe/flex-template-web/pull/1066) + - NOTE: if you need more fields on `ListingCard` than title, price and geolocation - you need to + add those to `loadData` function. + ## [v2.14.0] 2019-04-05 - [add] German translations for recent PayoutDetailsForm changes.