From 181f76a34106957945ca34af1c695d4c2b94b2b3 Mon Sep 17 00:00:00 2001 From: CrispyPin <crispin@tasa.se> Date: Wed, 26 Mar 2025 22:51:46 +0100 Subject: [PATCH] add changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ef7ef1a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Marble Machinations Change Log + +## [Unreleased] + +- changed: directly moving marbles (to adjactent tile without anything between) now have priority over new marbles being created, instead of the two events cancelling each other + +## v0.2.1 - 2025-03-14 +- added "Simple comparison" level +- fixed phantom marble (empty tile causing other marbles to bounce away) appearing after multiple machines tried to output to the same location at once + +## v0.2.0 - 2024-12-24