Update CHANGELOG

This commit is contained in:
Joshua Granick
2017-11-06 14:50:42 -08:00
parent 3c31a4cdf5
commit f1e63a999d

View File

@@ -1,3 +1,15 @@
5.8.1 (11/06/2017)
------------------
* Added support for `AudioBuffer.fromBytes` on HTML5
* Added initial support for `fileDialog.save` on HTML5 (using FileSaver.js)
* Added initial support for native extensions on the Adobe AIR target
* Improved the behavior of missing webfonts to no longer crash a web application
* Improved `window.onClose` to be cancelable on HTML5
* Improved tools to print warning for unrecognized `<asset type="" />` values
* Fixed support for Adobe AIR where `nativeWindow` is `null`
5.8.0 (10/24/2017)
------------------