From 146ba1d2318518f501fcdfd2d6bf621ebcafe48b Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 25 Aug 2017 14:50:20 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbb711c5d..b42af363a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +5.4.0 (08/25/2017) +------------------ + +* Added tooling for Adobe AIR (`lime test air`, `lime test windows -air`, etc) +* Added externs for Adobe AIR classes and types +* Added `` for choosing a custom haxelib repository path +* Added OpenGL ES 3 API support (currently enabled on Linux and Emscripten) +* Added support for setting `HAXELIB_PATH` environment variable in projects +* Changed the output directory to not include the build type by default +* Improved HTML5 to default images to canvas, not a typed array +* Improved HXP to handle `-nocolor`, `-verbose` and other compile flags +* Improved HXP to be able to update environment variables for build process +* Fixed tvOS target to use `` +* Fixed Android builds when using an Android SDK older than API 23 +* Fixed an issue when running command-line tools from a root directory +* Fixed UTF-8 `charCodeAt` when index is out of range +* Fixed the `strength` property of `ImageDataUtils.gaussianBlur` + + 5.3.0 (07/31/2017) ------------------