From a0305512a281b9d8916249cda9cc9f44fdd950e1 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 13 Jun 2020 10:59:28 +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 ba631df4..951fd63b 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -4,8 +4,9 @@ export const CHANGELOG = [ date: "unreleased", 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'", "You can now cut areas, and also paste the last blueprint again! (by hexy)", + "You can now export your whole base as an image by pressing F3!", + "Improve upgrade number rounding, so there are no goals like '37.4k', instead it will now be '35k'", "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",