From 98a117a9658adabd671dbae2e4e89fa4782161a5 Mon Sep 17 00:00:00 2001 From: tobspr Date: Wed, 24 Jun 2020 18:57:43 +0200 Subject: [PATCH] Update changelog --- src/js/changelog.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 2d6e364c..f5d032f9 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -2,7 +2,12 @@ export const CHANGELOG = [ { version: "1.1.18", date: "24.06.2020", - entries: ["Added chinese (traditional) translation", "Updated translations"], + entries: [ + "Preparations for the wires update", + "Add setting (on by default) to store the last used rotation per building instead of globally storing it (by Magos)", + "Added chinese (traditional) translation", + "Updated translations", + ], }, { version: "1.1.17",