diff --git a/CHANGELOG.md b/CHANGELOG.md index b800126a3..2055fffe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -265,6 +265,12 @@ - `Skeleton.setToSetupPose()` → `Skeleton.setupPose()` - `Skeleton.setBonesToSetupPose()` → `Skeleton.setupPoseBones()` - `Skeleton.setSlotsToSetupPose()` → `Skeleton.setupPoseSlots()` + - API changes to match reference runtime naming conventions: + - `addAnimationWith()` → `addAnimation()` + - `setAnimationWith()` → `setAnimation()` + - `setMixWith()` → `setMix()` + - `setSkinByName()` → `setSkin()` + - `getAttachmentByName()` → `getAttachment()` ### WebGL backend