From c743a4968fd6136881dd7090d08141768551a188 Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 24 Feb 2022 13:44:38 +0100 Subject: [PATCH] Update changelog --- src/js/changelog.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 62eb80ed..9f868150 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,9 +1,10 @@ export const CHANGELOG = [ { version: "1.5.1", - date: "unreleased", + date: "26.02.2022", entries: [ - "This version adds an official modloader! You can now load mods by placing it in the mods/ folder of the game.", + "This version adds an official modloader! You can now load mods by extracting them and placing the .js file in the mods/ folder of the game.", + "Mods can be found here", "When holding shift while placing a belt, the indicator now becomes red when crossing buildings", "Lots of performance improvements, leading to up to 50% more FPS", ],