diff --git a/CHANGES b/CHANGES index b4325917ee..bab932f7ab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,6 @@ 3.7.14 - ??? +* 13530: Add saved games to Open Recent list on save * 13497: Report HTML load errors as Bad Module Data, not Vassal bugs 3.7.13 - 25 July 2024 diff --git a/dist/notes/data.json b/dist/notes/data.json index 0e4e6be3a9..3dede5d9ca 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -21,6 +21,7 @@ "new_features": [ ], "bug_fixes": [ + { "num": 13530, "desc": "Add saved games to Open Recent list on save" } ], "other_improvements": [ { "num": 13497, "desc": "Report HTML load errors as Bad Module Data, not Vassal bugs" }