Update changelog

This commit is contained in:
tobspr 2022-02-24 13:44:38 +01:00
parent 3079e007a3
commit c743a4968f
1 changed files with 3 additions and 2 deletions

View File

@ -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 <a href='https://shapez.mod.io'>here</a>",
"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",
],