From 470a14595e82cc78d27535595b5fb08dd3c5f2ab Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Wed, 20 Sep 2023 19:13:41 +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 67268c40c8..083788814f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ 3.7.1 - ??? * 12727: Ensure that tiles are cobbled for fixed-size board scaling +* 12716: Support regular expressions in Editor search * 12715: Enable help button for editor Search dialog * 12708: Prevent ArrayIndexOutOfBoundsException if side translation count does not match module diff --git a/dist/notes/data.json b/dist/notes/data.json index ab287ab9fe..35f048b50f 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -36,6 +36,7 @@ { "num": 12307, "desc": "Prevent NPE when Return to Deck of a deleted Deck" } ], "other_improvements": [ + { "num": 12716, "desc": "Support regular expressions in Editor search" }, { "num": 12715, "desc": "Enable help button for editor Search dialog" }, { "num": 12706, "desc": "Keep the \"retire\" button disabled unless a game is running" }, { "num": 12696, "desc": "Removed \"Indexing pieces\" message" },