From fcdd601cac58485ae5e755bb3dc086cf14268c81 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 7 Dec 2015 18:06:48 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6c3809a..7f48d0899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +2.8.0 (12/07/2015) +------------------ + +* Removed lime.utils.ByteArray in favor of Haxe (3.2+) Bytes +* Enabled ANGLE on Windows builds by default +* Restored compatibility with Windows XP +* Added support for HTML5 gamepad/joystick events +* Removed lime.net.URLLoader, added HTTPRequest as a temporary patch +* Added cache-break support to HTML5 based on each build +* Fixed use of 32-bit Windows builds on recent HXCPP versions +* Fixed support for correct touch event coordinates in HTML5 fullscreen +* Fixed importing of lime.system.JNI on platforms other than Android +* Fixed an issue that could cause native crashes on null Vector2 values +* Fixed embed of runtime-generate asset files +* Fixed default font paths on new versions of iOS (legacy) + + 2.7.0 (10/28/2015) ------------------