From 0818f67b8f3a105757af0c37221e496462526fd2 Mon Sep 17 00:00:00 2001 From: tobspr Date: Wed, 27 May 2020 15:47:47 +0200 Subject: [PATCH] Add blueprints to changelog --- src/js/changelog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/changelog.js b/src/js/changelog.js index 9eced091..34daacb3 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -3,6 +3,7 @@ export const CHANGELOG = [ version: "1.1.0", date: "unreleased", entries: [ + "BLUEPRINTS!", "Allow holding SHIFT to rotate counter clockwise", "Allow changing all keybindings, including CTRL, ALT and SHIFT (by Dimava)", "Added confirmation when deleting more than 500 buildings at a time",