From 323cbac5eb75a5c80e7d9bdaebb014540f5d184a Mon Sep 17 00:00:00 2001 From: huderlem Date: Sat, 16 Feb 2019 14:39:59 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11aded5..503f924f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ 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] +### Added +- Add ability to zoom in and out the map metatile selector via a slider at the bottom of the metatile selector window. + ### Fixed - Fix crash when creating a new map from a layout that has no pre-existing maps that use it. +- Fix bug where `var_value` JSON fields were being interpreted as integers. ## [1.2.0] - 2019-02-04 ### Breaking Changes