From c1ed59112520a15f77739a05138a191461e090dd Mon Sep 17 00:00:00 2001 From: huderlem Date: Sat, 27 Jun 2020 13:17:27 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f17387..bd40fd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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