Update CHANGELOG.md
This commit is contained in:
parent
9183a297d4
commit
c1ed591125
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
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.
|
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]
|
## [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
|
## [4.2.0] - 2020-06-06
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in a new issue