From a4dbfbc88752a8ea58b0e7880109bb743892496b Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 30 Mar 2023 14:27:22 +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 7f243a342b..ae3ba59015 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ 3.7.0-beta2 - ??? +* 12159: Correctly handle install paths containing spaces in VASSAL.sh * 12158: List Key Commands tool can be re-opened after closing with X button * 12153: Layer traits allow a show-only-if-this-property-true filter * 12152: Work around Java bug which prevents displaying Windows file dialogs diff --git a/dist/notes/data.json b/dist/notes/data.json index e097caa0f8..856b8d4a99 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -27,6 +27,7 @@ { "num": 4446, "desc": "Dynamic button labels (can use expressions and $...$ in certain toolbar buttons)" } ], "bug_fixes": [ + { "num": 12159, "desc": "Correctly handle install paths containing spaces in VASSAL.sh" }, { "num": 12158, "desc": "List Key Commands tool can be re-opened after closing with X button" }, { "num": 12152, "desc": "Work around Java bug which prevents displaying Windows file dialog" } ],