From ffa527bab396ad61de9f008fc920028c2ee3f9b4 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Fri, 15 Nov 2019 14:40:29 +0000 Subject: [PATCH] wrote changelog --- src/utils/changelog.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 7deff5b..57a5fc3 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -9,12 +9,21 @@ const prototype = { }; const config = [ + { + version: 8.3, + title: "Better formatter + better performance.", + shortTitle: "", + date: "15/11/2019", + headColor: "#0c7b7f", + new: [ + "Made design more consistent throughout the app" + ], + }, { version: 8.2, title: "Better formatter + better performance.", shortTitle: "", date: "13/11/2019", - headColor: "#0c7b7f", new: [ "We have changed the markdown formatter from markdown-it to simple-markdown. This has also improved the performance. (Thanks bree!)" ],