From b3a0776366a0512a9cf2a327cdb181272fb39c75 Mon Sep 17 00:00:00 2001 From: LordMidas Date: Fri, 20 May 2022 02:28:57 +0100 Subject: [PATCH] docs: update changelog for 1.0.4 --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index 000597a13..f86207de0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,2 +1,9 @@ # Modding Standards & Utilities (MSU) Changelog + +## 1.0.4 +- Added a requirement in the MSU mod_hooks queue for vanilla version 1.5 or later. +- The IsPreviewing boolean of skill_container is now set to false in onCombatFinished as well to avoid any cases where it might remain true due to some skills bugging out during combat. +- Fixed a typo in a function call in the AlreadyInState exception. +- Removed some leftover logging. +- Fixed an issue in exceptions when the passed parameter is a tile object.