From fb713a795decd7346a1c9ac1266ab40373e82db1 Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Sat, 8 Feb 2020 16:39:45 +0000 Subject: [PATCH] updated changelog --- src/utils/changelog.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 6fcccb6..4976411 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -1,4 +1,13 @@ const config = [ + { + version: 9.6, + title: "Performance improvements!", + shortTitle: "", + date: "08/02/2019", + new: [ + "Implimented recycler view to recents tab and members list. This should improve scrolling performance and hopefully use less memory." + ] + }, { version: 9.5, title: "New design and font!",