From fe378654c244950431f60aee7b3204bf4fe4a6a0 Mon Sep 17 00:00:00 2001 From: tobspr Date: Fri, 12 Jun 2020 19:09:48 +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 ae7365b7..745b915d 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -6,7 +6,8 @@ export const CHANGELOG = [ "Pinned shapes are now smart, they dynamically update their goal and also unpin when no longer required. Completed objectives are now rendered transparent.", "Improve upgrade number rounding, so there are no goals like '37.4k', instead it will now be '35k'", "You can now cut areas, and also paste the last blueprint again! (by hexy)", - "Selecting an area now is relative to the world and thus does not move when moving the screen", + "You can now configure the camera movement speed when using WASD (by mini-bomba)", + "Selecting an area now is relative to the world and thus does not move when moving the screen (by Dimava)", "Fix bug regarding number rounding", ], },