From 15b29ff0650c01ee6bac9b86af2039604abe8f43 Mon Sep 17 00:00:00 2001 From: garak Date: Thu, 28 Apr 2022 21:45:34 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc35644..d83526e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Only log "Unknown custom script function" when a registered script function is not present in any script. - Unused metatile attribute bits that are set are preserved instead of being cleared. - The wild encounter editor is automatically disabled if the encounter JSON data cannot be read +- Overhauled the region map editor, adding support for tilemaps, and significant customization. Also support pokefirered. ### Fixed - Fix cursor tile outline not updating at the end of a dragged selection.