From 0bba4dc5fa8afc106da528719646b577b0d7af70 Mon Sep 17 00:00:00 2001 From: tobspr Date: Wed, 25 Aug 2021 17:01:31 +0200 Subject: [PATCH] Update changelog --- src/js/changelog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/changelog.js b/src/js/changelog.js index d2e99095..a01f435a 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -5,6 +5,8 @@ export const CHANGELOG = [ entries: [ "You can now hold 'ALT' while hovering a building to see its output! (Thanks to Sense101)", "The map overview should now be much more performant! As a consequence, you can now zoom out farther! (Thanks to PFedak)", + "Puzzle DLC: There is now a 'next puzzle' button!", + "Puzzle DLC: There is now a search function!", "Edit signal dialog now has the previous signal filled (Thanks to EmeraldBlock)", "Further performance improvements (Thanks to PFedak)", "Improved puzzle validation (Thanks to Sense101)",