diff --git a/CHANGELOG.md b/CHANGELOG.md index 05390264..0f53bac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp - Fix small maps being difficult to see while resizing. - 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. +- Fix files sometimes being removed from the file watcher if they're deleted as part of a write. ## [6.0.0] - 2025-05-26 ### Breaking Changes