Updated CHANGELOG

This commit is contained in:
badlogic 2017-06-04 10:56:01 +02:00
parent 0eaf8fcfa0
commit b14b5d805d

View File

@ -15,6 +15,7 @@
* Added two color tinting support, including `TwoColorTimeline` and additional fields on `Slot` and `SlotData`.
* Added `PointAttachment`, additional method `newPointAttachment` in `AttachmentLoader` interface.
* Added `ClippingAttachment`, additional method `newClippingAttachment` in `AttachmentLoader` interface.
* `AnimationState#apply` returns boolean indicating if any timeline was applied or not.
### Starling
* Fixed renderer to work with 3.6 changes.