From b98d77c17a9e1252725c8c9d2ad3271febdc392d Mon Sep 17 00:00:00 2001 From: supertiger1234 Date: Sun, 24 Nov 2019 15:52:35 +0000 Subject: [PATCH] updated changelog --- src/utils/changelog.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/utils/changelog.js b/src/utils/changelog.js index 91d0900..119f360 100644 --- a/src/utils/changelog.js +++ b/src/utils/changelog.js @@ -9,12 +9,22 @@ const prototype = { }; const config = [ + { + version: 8.7, + title: "12 hour clock mode", + shortTitle: "", + date: "24/11/2019", + headColor: "#007792", + new: [ + "Added 12 hour clock mode." + ], + + }, { version: 8.6, title: "New redesign!", shortTitle: "", date: "23/11/2019", - headColor: "#007792", new: [ "A new and better designed Nertivia! Thanks to skull." ],