From b017c4c4144bcf51d30867ce29249b5cfdcc215b Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 18 May 2023 15:06:44 +0100 Subject: [PATCH] Updated change log. --- CHANGES | 5 ++++- dist/notes/data.json | 12 +++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f761d77a33..4f170ecfa8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -3.6.18 - 18 May 2023 +3.6.19 - 18 May 2023 * 12313: Added MAYBE_MOVED property for 3.7 compatibility + +3.6.18 - 18 May 2023 + * 12291: Fix incorrect drag offset on Windows with UI scaling > 100% * 12256: Work around Java's use of incorrect gamma for grayscale + alpha PNGs diff --git a/dist/notes/data.json b/dist/notes/data.json index ad2961948c..9f3f19daf1 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -16,6 +16,17 @@ { "display_name": "Other", "suffix": "other.zip" } ], "changes": [ + { + "in": "3.6.19", + "since": "3.6.18", + "new_features": [ + ], + "bug_fixes": [ + ], + "other_improvements": [ + { "num": 12313, "desc": "Added MAYBE_MOVED property for 3.7 compatibility" } + ] + }, { "in": "3.6.18", "since": "3.6.17", @@ -26,7 +37,6 @@ { "num": 12256, "desc": "Work around Java's use of incorrect gamma for grayscale + alpha PNGs" } ], "other_improvements": [ - { "num": 12313, "desc": "Added MAYBE_MOVED property for 3.7 compatibility" } ] }, {