From 38726011219635730dd4ef16d0a26df6a04f9776 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 31 Jul 2026 16:56:41 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f6eb4d2..b69bed79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp - The 'Change Dimensions' button was replaced with a Resize tool button. Resizing is also now available under the `Edit` menu, and can be assigned a shortcut. - Some UI changes to prioritize horizontal space for the map. - `map_groups.json` is only saved when relevant changes are made, which should improve the average project compile time after saving with Porymap. +- The key for the `Species Distribution` charts now uses the species' icons. ### Fixed - Fix actions triggered with the use of `utility.registerAction` calling all functions across plug-ins with the registered name, rather than just the function in the script that registered it.