From 93db6eeb09c232c2de0f07cd7c6867e4046f05bf Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Mon, 27 May 2019 19:41:06 +0100 Subject: [PATCH] new changelog added --- src/utils/changelog.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 293e91d..18d5cf8 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -13,6 +13,20 @@ } const config = [ + { + version: 4.5, + title: "Server bug fixes", + shortTitle: "Server bug fixes", + date: "27/05/2019", + headColor: "rgba(155, 244, 66, 0.77)", + new: [ + "When switching from server to direct message tab (and vice versa), the channels should now be seperated.", + ], + fix: [ + '' + ], + next: [""] + }, { version: 4, title: "Make your own servers! (Alpha)",