From 23f0d5563ca6d17134cd11907be1b922b7efaa5a Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 9 Jun 2025 14:24:40 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a423c6..b8382d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp ### Fixed - Fix duplicated maps writing the wrong name. - Fix small maps being difficult to see while resizing. +- Fix the map border sometimes not updating to reflect changes. - Fix expressions using the prefix '0X' as opposed to '0x' not being recognized has hex numbers. - Fix certain characters not writing correctly to JSON files. - Fix all `map.json` files being added to the file watcher at launch.