From 4180134a289225227b6dcd56b09fc21806e3858b Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 14 Feb 2025 13:17:03 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39341a1..736e6217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - `Export Map Stitch Image` now shows a preview of the full image, not just the current map. - `Custom Attributes` tables now display numbers using spin boxes. The `type` column was removed, because `value`'s type is now obvious. - Unrecognized map names in Event or Connections data will no longer be overwritten. +- It's now possible to click on an event's sprite even if a different event's rectangle is overlapping it. The old selection behavior is available via a new setting. - Reduced diff noise when saving maps. - Map names and ``MAP_NAME`` constants are no longer required to match. - Porymap will no longer overwrite ``include/constants/map_groups.h`` or ``include/constants/layouts.h``.