From 3b7c7b8cc4b1cceca857df25b8879778b58f6a61 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Sat, 27 Jul 2019 13:25:58 +0100 Subject: [PATCH] wrote new changelog --- src/utils/changelog.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 8dee259..2d7ef1c 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -14,6 +14,20 @@ const config = [ + { + version: 5.5, + title: "Bug fixes and redesigns", + shortTitle: "", + date: "27/07/2019", + headColor: "rgba(15, 65, 70, 0.77)", + new: [ + "We have re-added syntax highlighting and also improved the performance of message formatting. (Thanks to Bree!)", + "Profile Setting has been re-designed. You can now edit your username, email and password!" + ], + fix: [ + 'Fixed some bugs with edit message', + ], + }, { version: 5.5, title: "Oopsies!",