Updated CHANGELOG for 4.3

This commit is contained in:
Davide Tantillo 2025-10-01 16:58:31 +02:00 committed by Luke Ingram
parent 8f06f7368a
commit 666b136a37

View File

@ -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