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" },