From 42bde0573bdc4a04c68777a76ee78b0625bf102c Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Sat, 2 Jan 2016 08:27:37 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e65e77d..7cfe66d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +2.8.3 (01/02/2016) +------------------ + +* Improved support for the latest Android NDK +* Improved cross-domain image loading on HTML5 +* Improved support for rebuilding and using tools without haxelib +* Ensured that OpenAL is disabled in static builds by default +* Fixed support for the current Haxe development build +* Fixed the setup command to ensure all requested dependencies +* Fixed a compile error when using and an empty path +* Fixed the -notrace flag (to disable "trace" on "test" commands) + + 2.8.2 (12/16/2015) ------------------