Update CHANGELOG.md

This commit is contained in:
Richard Davey 2020-01-27 14:48:53 +00:00
parent 4de9d52769
commit 3d7af7f59d

View file

@ -11,6 +11,7 @@
### Updates
* `XHRLoader` will now use the `XHRSettings.withCredentials` as set in the file or global loader config.
* `Animation.setCurrentFrame` will no longer try to call `setOrigina` or `updateDisplayOrigin` if the Game Object doesn't have the Origin component, preventing unknown function errors.
### Bug Fixes