From e660fd2cafb63d8bf6873cc97928bf1baa18d2e2 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sun, 21 Jun 2020 22:54:50 +0200 Subject: [PATCH] Update changelog --- src/js/changelog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 85dbff69..fa41760b 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,8 +1,9 @@ export const CHANGELOG = [ { version: "1.1.16", - date: "unreleased", + date: "21.06.2020", entries: [ + "You can now pickup buildings below your cursor with 'Q'!", "The game soundtrack has been extended! There are now 4 songs with over 13 minutes of playtime from Peppsen!", "Refactor keybindings overlay to show more appropriate keybindings", "Show keybindings for area-select in the upper left instead",