From eed36ddc94fd8e7b74683722270dc7893d5ca74d Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 18 May 2023 13:39:31 +0100 Subject: [PATCH] Two bug fixes were in listed as features. --- dist/notes/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/notes/data.json b/dist/notes/data.json index 57568e51fa..326a6a002b 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -20,10 +20,10 @@ "in": "3.6.18", "since": "3.6.17", "new_features": [ - { "num": 12291, "desc": ""Fix incorrect drag offset on Windows with UI scaling > 100%" }, - { "num": 12256, "desc": "Work around Java's use of incorrect gamma for grayscale + alpha PNGs" } ], "bug_fixes": [ + { "num": 12291, "desc": ""Fix incorrect drag offset on Windows with UI scaling > 100%" }, + { "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" }