Updated CHANGELOG.

This commit is contained in:
badlogic 2019-10-31 19:28:59 +01:00
parent 1f8402c69e
commit cf2df6b5f4

View File

@ -82,6 +82,7 @@
## Typescript/Javascript
* **Breaking changes**
* Updated runtime to be compatible with TypeScript 3.6.3.
* Added `AssetManager#setRawDataURI(path, data)`. Allows to set raw data URIs for a specific path, which in turn enables embedding assets into JavaScript/HTML.
* **Additions**