Updated CHANGELOG.md

This commit is contained in:
Mario Zechner 2022-01-23 22:05:10 +01:00
parent 21ae33555a
commit cc6f6e0725

View File

@ -73,6 +73,8 @@
### libGDX
* `spine-libgdx`, `spine-libgdx-tests`, and `spine-skeletonviewer` are now fully Gradle-ified.
* `spine-skeletonviewer` now supports quickly loading skeletons by dragging and dropping `.json` or `.skel` skeleton files onto the window.
## Typescript/Javascript
* **Breaking change**: `AttachmentLoader#newRegionAttachment()` and `AttachmentLoader#newMeshAttachment()` take an additional `Sequence` parameter.