From 62a42d6b3cd498b4ca27248ce9d84bf8934b77e0 Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 4 Nov 2019 18:51:05 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93fe75e6..f7586898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ### Added - Add optional support for Poryscript script files via the `use_poryscript` config option. +### Changed +- Draw map connections with the current map's tilesets to more accurately mimic their appearance in-game. + ### Fixed - Fix index-out-of-bounds crash when deleting the last event in an event type group.