From e6ae354b3fe3f0a368ecf8843b3f392bc5e8be82 Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 11 Jun 2020 19:34:18 +0200 Subject: [PATCH] Comment changelog --- src/js/changelog.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index e3e40eac4..83ea09abf 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,12 +1,12 @@ export const CHANGELOG = [ - { - version: "1.1.10", - date: "unreleased", - entries: [ - "Add and update more translations (Big thank you to all translators!)", - "Prevent invalid connection if existing underground tunnel entrance exists (by jaysc)", - ], - }, + // { + // version: "1.1.10", + // date: "unreleased", + // entries: [ + // "Add and update more translations (Big thank you to all translators!)", + // "Prevent invalid connection if existing underground tunnel entrance exists (by jaysc)", + // ], + // }, { version: "1.1.9", date: "11.06.2020",