From 72da2b4a09228d99acbdc74d2fc3f51a81cd4192 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 13 Nov 2019 14:05:01 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7cb2333..d8b7dacaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable, unreleased changes to this project will be documented in this file. - Update customer's details page design - #248 by @dominik-zeglen - Use Apollo Hooks - #254 by @dominik-zeglen - Fix disappearing products description - #259 by @dominik-zeglen +- Improve mobile appearance - #240 by @benekex2 and @dominik-zeglen ## 2.0.0 @@ -61,4 +62,3 @@ All notable, unreleased changes to this project will be documented in this file. - Fix permission handling - #231 by @dominik-zeglen - Use React.FC instead of deprecated React.StatelessComponent type - #245 by @dominik-zeglen - Update @material-ui to v4 - #234 by @dominik-zeglen -- Improve mobile appearance - #240 by @benekex2