Update changelog

This commit is contained in:
GriffinR 2024-01-03 12:15:59 -05:00
parent 2c61df578a
commit e707fa20f2

View file

@ -7,7 +7,11 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
The **"Breaking Changes"** listed below are changes that have been made in the decompilation projects (e.g. pokeemerald), which porymap requires in order to work properly. It also includes changes to the scripting API that may change the behavior of existing porymap scripts. If porymap is used with a project or API script that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly. The **"Breaking Changes"** listed below are changes that have been made in the decompilation projects (e.g. pokeemerald), which porymap requires in order to work properly. It also includes changes to the scripting API that may change the behavior of existing porymap scripts. If porymap is used with a project or API script that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly.
## [Unreleased] ## [Unreleased]
Nothing, yet. ### Changed
- The API functions `addImage` and `createImage` now support project-relative paths.
### Fixed
- Fix API error reporting
## [5.2.0] - 2024-01-02 ## [5.2.0] - 2024-01-02
### Added ### Added