Updated CHANGELOG for 4.3

This commit is contained in:
Davide Tantillo 2025-10-01 16:58:31 +02:00
parent d21d5b1d0b
commit 43b6568966

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