From 0d080ca49f5e8d3db3791821670d6e7c6f27742f Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 6 Dec 2016 17:24:42 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a23676b20..aabc589cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ -3.5.0 ------ +3.5.0 (12/06/2016) +------------------ * Significantly improved lime.net.HTTPRequest * Added support for lime.system.Clipboard on HTML5 * Added System.openURL to launch a website externally * Added System.openFile to open a file using a system default application * Added -nolaunch option for HTML5 "test" command -* Added support for for iOS +* Added support for `` for iOS * Updated SDL to dev version to fix Linux keyboard events * Updated lime.app.Future with better progress events * Updated to initialize WebGL2 on HTML5, when available @@ -21,7 +21,7 @@ * Fixed crash when resuming iOS applications from the background * Fixed crash if an asset manifest is not found and live reloading is enabled * Fixed handling of the default framebuffer on iOS -* Fixed handling of *.jpeg file extension when making Flash builds +* Fixed handling of \*.jpeg file extension when making Flash builds * Fixed an issue in bytes handling for C# * Fixed the behavior of window onEnter/onLeave on DOM * Fixed the behavior of image.scroll