diff --git a/CHANGELOG.MD b/CHANGELOG.MD index d3f7b4a3..21bff92c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -5,7 +5,8 @@ * Allows to set a display name to game objects. * The display name formatting expression #{x} expands to "x". * The display name formatting shows prepends the `TargetActionComp.target` value, if present. -* Fixes name collision when duplicate a tree of game objects. +* Fixes name collision when copying a game objects tree. +* Fixes duplicating children objects on a tree copy/paste. ## v3.65.0 - Dec 13, 2024