Start changelog for 1.4.2

This commit is contained in:
tobspr 2021-06-24 18:46:47 +02:00
parent 1290ae9af4
commit 9703187105
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
export const CHANGELOG = [
{
version: "1.4.2",
date: "24.06.2021",
entries: [
"Puzzle DLC: Goal acceptors now reset after getting no items for a while (This should prevent being able to 'cheat' puzzles) (by Sense101)",
"Puzzle DLC: Added button to clear all buildings (by Sense101)",
"Puzzle DLC: Allow copy-paste in puzzle mode (by Sense101)",
],
},
{
version: "1.4.1",
date: "22.06.2021",

View File

@ -1 +1 @@
1.4.1
1.4.2