diff --git a/CHANGES b/CHANGES index 5c4f523892..0f3f96ee1f 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ * 12784: Fix rendering of external Text Label images * 12781: Fix bad translation keys for Attachment, Deselect, Send To Location traits +* 12780: Correctly adjust Player window title to reflect actions taken in + Welcome Wizard +* 12769: Fix support for expressions in Sound Clip Configurer * 12729: Set Global Property to again record old GP value in oldValues for reporting * 12773: Disabled Toolbar Button icons should not appear in unused images list diff --git a/dist/notes/data.json b/dist/notes/data.json index ff74f66782..659c6f8dd5 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -23,6 +23,8 @@ "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": 12780, "desc": "Correctly adjust Player window title to reflect actions taken in Welcome Wizard" }, + { "num": 12769, "desc": "Fix support for expressions in Sound Clip Configurer" }, { "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" }, { "num": 12770, "desc": "Prevent NPE when escaping from GKC trait after adding 'Set Dynamic Properties' entries" }