Update changelog

This commit is contained in:
GriffinR 2023-02-09 14:09:40 -05:00
parent 314e6fff53
commit bf0ec3395d

View file

@ -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