From d2508b1f1df4da1c8d235b5b8960c0ff126f53d5 Mon Sep 17 00:00:00 2001 From: huderlem Date: Mon, 21 Jan 2019 19:21:03 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 217d49f6..28f8ad1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Events without sprites are now partially transparent so the underlying metatile can be seen. (Warps, signs, etc.) - Changed the Trainer checkbox to a combobox, since there are actually 3 valid values for the trainer type. - Multiline comments are now respected when parsing C defines. +- The tiles image in the tileset editor will no longer flip according to the x/y flip checkboxes. The individual tile selection still flips, though. ### Fixed - Fix bug where smart paths could be auto-enabled, despite the checkbox being disabled.