From cb608a1ec5036c833f630701a652815f2c2d576c Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 28 Nov 2022 23:42:53 +0000 Subject: [PATCH] Updated change log. --- CHANGES | 3 ++- dist/notes/data.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 866b7d5650..866e351c0e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ 3.6.8 - 29 November 2022 -* 11798: Added Polish translation +* 11798: Added Chinese translation +* 11796: Added Polish translation * 11790: Updated bundled Java to 19 for Windows and MacOS * 11778: System.setProperty() in BugDialog throws if the value is null * 11727: Fixed incorrect properties file path, which prevents working on diff --git a/dist/notes/data.json b/dist/notes/data.json index a9378c12af..5b683cce7b 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -38,7 +38,8 @@ { "num": 11496, "desc": "Safer GKC Configurer for Fixed # From Deck" } ], "other_improvements": [ - { "num": 11798, "desc": "Added Polish translation" }, + { "num": 11798, "desc": "Added Chinese translation" }, + { "num": 11796, "desc": "Added Polish translation" }, { "num": 11790, "desc": "Updated bundled Java to 19 for Windows and MacOS" }, { "num": 11704, "desc": "Added Place Marker editor hotkeys" }, { "num": 11700, "desc": "Irregular Grid editor - add region with Insert or Ctrl+Right Click" },