diff --git a/CHANGES b/CHANGES index 124cf0083f..7f243a342b 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,8 @@ * 12138: Better editor descriptions of Global Hotkey traits * 12137: Editor shows better descriptions for Dynamic Property and Set Global Property traits +* 12136: Change Property Buttons now have a description field, which is + displayed in the editor if filled in * 12133: Rollovers automatically shrink scale if the pieces are too wide to fit the screen width * 12129: PlaceMarker and ReplaceWithOther can use expression for X/Y offsets diff --git a/dist/notes/data.json b/dist/notes/data.json index db3ccdd9fb..e097caa0f8 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -33,6 +33,7 @@ "other_improvements": [ { "num": 12138, "desc": "Better editor descriptions of Global Hotkey traits" }, { "num": 12137, "desc": "Editor shows better descriptions for Dynamic Property and Set Global Property traits" }, + { "num": 12136, "desc": "Change Property Buttons now have a description field, which is displayed in the editor if filled in" }, { "num": 12133, "desc": "Rollovers automatically shrink scale if the pieces are too wide to fit the screen width" } ] },