Update CHANGELOG.md

This commit is contained in:
huderlem 2020-06-27 13:17:27 -05:00 committed by GitHub
parent 9183a297d4
commit c1ed591125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,15 @@ 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. If porymap is used on a project that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly.
## [Unreleased]
Nothing, yet.
### Added
- Add triple-layer metatiles support.
### Changed
- The "Open Scripts" button will fall back to `scripts.inc` if `scripts.pory` doesn't exist.
### Fixed
- Fix bug where exported tileset images could be horizontally or vertically flipped.
- Fix bug where the map list wasn't filtered properly after switching filter types.
## [4.2.0] - 2020-06-06
### Added