From b0ca711118520abb12078c6b4cae101fc5b03a3b Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 21 Feb 2019 18:14:43 +0200 Subject: [PATCH] Add missing Changelog update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31f1c01..c0e8ca31 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 +- [change] Reordered import/exports on src/components/index.js. This helps to mitigate possible + circular dependency problems and strange bugs in CSS bundle. In addition, derivative buttons were + refactored to work with `rootClassName` prop (PrimaryButton, SecondaryButton and + InlineTextButton). [#1024](https://github.com/sharetribe/flex-template-web/pull/1024) + ## [v2.11.1] 2019-02-21 - [add] New translations for French and Spanish (fr.json & es.json)