From c14904f13caf41858ca7b237f958aa9c9c810f7d Mon Sep 17 00:00:00 2001 From: huderlem Date: Sun, 20 Jan 2019 11:00:13 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f9149d..217d49f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - New maps can be created using existing layouts by right-clicking on an existing layout folder in the map list panel when sorted by "Layout". - The map list panel now has "expand-all" and "collapse-all" buttons. - 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. ### Fixed - Fix bug where smart paths could be auto-enabled, despite the checkbox being disabled.