From eb4df7ecb84dc3866f96c7b1c0608d0aafd5896a Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Sun, 18 Jun 2023 23:20:14 +0100 Subject: [PATCH] Updated change log. --- CHANGES | 1 + dist/notes/data.json | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index f9bf453273..7dd7bd4b48 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ 3.7.0-beta4 - 18 June 2023 +* 12382: Prevent NPE in Beanshell execution during module initialisation * 12362: Rollover component help button goes to MouseOver.html instead of Map.html * 12340: Fix inaccurate Hex Grid location reports diff --git a/dist/notes/data.json b/dist/notes/data.json index 89cbf0d51c..56d7fc19f5 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -22,6 +22,7 @@ { "num": 12323, "desc": "Add Beanshell Range functions" } ], "bug_fixes": [ + { "num": 12382, "desc": "Prevent NPE in Beanshell execution during module initialisation" }, { "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" },