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",