diff --git a/CHANGES b/CHANGES index abfd2197e7..b49dd96fa5 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,8 @@ * 12362: Rollover component help button goes to MouseOver.html instead of Map.html * 12340: Fix inaccurate Hex Grid location reports +* 12322: Scale summed board locations instead of summing scaled board + locations to reduce rounding error * 12323: Add Beanshell Range functions * 12303: Dynamic button text was resolved too soon * 12302: Description field now properly appears with Startup GKC set to send diff --git a/dist/notes/data.json b/dist/notes/data.json index c67b4f86bb..89cbf0d51c 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -23,6 +23,7 @@ ], "bug_fixes": [ { "num": 12340, "desc": "Fix inaccurate Hex Grid location reports" }, + { "num": 12322, "desc": "Scale summed board locations instead of summing scaled board locations to reduce rounding error" }, { "num": 12303, "desc": "Dynamic button text was resolved too soon" }, { "num": 12302, "desc": "Description field now properly appears with Startup GKC set to send Global Hotkey" } ],