From 6850bd3f248b8db0319c5bfe4a749fccd1f66aaa Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Mon, 24 Feb 2020 11:51:03 +0000 Subject: [PATCH] written changelog --- src/utils/changelog.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index c9bcc0d..2a902e5 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -1,4 +1,14 @@ const config = [ + { + version: "1.0.3", + title: "Delete confirmation", + shortTitle: "", + date: "24/02/2020", + new: [ + "When editing a message, making the box empty will prompt you to delete the message.", + "When deleting a message, you get a confirmation message so that you dont accidentally delete something important 👀" + ] + }, { version: "1.0.2", title: "More performance improvements!",