diff --git a/CHANGES b/CHANGES index c179c5035d..5c4f523892 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ 3.7.2 - ??? * 12896: Build universal Mac bundle +* 12784: Fix rendering of external Text Label images * 12781: Fix bad translation keys for Attachment, Deselect, Send To Location traits * 12729: Set Global Property to again record old GP value in oldValues for diff --git a/dist/notes/data.json b/dist/notes/data.json index 6cbf36bfd9..ff74f66782 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -21,6 +21,7 @@ "new_features": [ ], "bug_fixes": [ + { "num": 12784, "desc": "Fix rendering of external Text Label images" }, { "num": 12781, "desc": "Fix bad translation keys for Attachment, Deselect, Send To Location traits" }, { "num": 12729, "desc": "Set Global Property to again record old GP value in oldValues for reporting" }, { "num": 12773, "desc": "Disabled Toolbar Button icons should not appear in unused images list" },