From bf0ec3395d06a4bfaef99a6123ead43abcb95605 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 9 Feb 2023 14:09:40 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a10d05..ed364d63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## [Unreleased] ### Changed - Change encounter tab copy and paste behavior. +- A warning will appear if a custom script fails to load or an action fails to run. ### Fixed - Fix tilesets that share part of their name loading incorrectly. @@ -18,6 +19,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Fix bug which caused encounter configurator to crash if last field was deleted. - Fix map render when collision view was active while map changed. - Fix the updated pokefirered region map graphics appearing in grayscale. +- Fix the API function `registerAction` not correctly handling actions with the same name. ## [5.1.0] - 2023-01-22 ### Added