Update CHANGELOG

This commit is contained in:
Joshua Granick
2017-06-20 15:07:04 -07:00
parent 156c45ae3e
commit 5f8c1712b1

View File

@@ -1,3 +1,17 @@
5.2.0 (06/20/2017)
------------------
* Added ability to override the target output directory
* Added `Assets.hasLibrary` to check if a given library is registered
* Improved webfonts to cache upon generation and not save in asset directory
* Updated JavaScript timers to use `performance.now()` instead of `new Date()`
* Fixed support for *.bundle directories which include "include.xml"
* Fixed `AssetLibrary` to preload non-embedded assets if set to preload
* Fixed an issue when converting non-String values to `UTF8String`
* Fixed an issue with Node http-server resolving properly to localhost
* Fixed support for `lime test linux -32` on 64-bit systems
5.1.0 (06/07/2017)
------------------