From f1f53e2d5e2b5f49f0d2ddadf80148e3753eddb3 Mon Sep 17 00:00:00 2001 From: tobspr Date: Fri, 12 Jun 2020 19:01:55 +0200 Subject: [PATCH] Update changelog --- src/js/changelog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/changelog.js b/src/js/changelog.js index 14dce002..b4d0ced2 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -5,6 +5,7 @@ export const CHANGELOG = [ entries: [ "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'", + "Selecting an area now is relative to the world and thus does not move when moving the screen", "Fix bug regarding number rounding", ], },