diff --git a/CHANGES b/CHANGES index a9987017a3..139142c60c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +3.7.2 - ??? + +* 12729: Set Global Property to again record old GP value in oldValues for + reporting + 3.7.1 - 20 September 2023 * 12727: Ensure that tiles are cobbled for fixed-size board scaling diff --git a/dist/notes/data.json b/dist/notes/data.json index 3407ad0412..46108a9b22 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -15,6 +15,17 @@ { "display_name": "Other", "suffix": "other.zip" } ], "changes": [ + { + "in": "3.7.2", + "since": "3.7.1", + "new_features": [ + ], + "bug_fixes": [ + { "num": 12729, "desc": "Set Global Property to again record old GP value in oldValues for reporting" } + ], + "other_improvements": [ + ] + }, { "in": "3.7.1", "since": "3.7.0",