From 5c20d63a1fb1863100203850362b4296698e5b48 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 16 Feb 2018 11:01:42 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5f2bf4b..4d0be97cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +6.2.0 (02/16/2018) +------------------ + +* Added new implementation of `Font.renderGlyphs` for native platforms +* Added generation of font metrics for embedded HTML5 fonts +* Improved support for ANGLE builds on Windows +* Improved accuracy of file seeking in streaming OGG Vorbis sounds on native +* Fixed regression in `renderer.readPixels` when using an OpenGL renderer +* Fixed addition of an empty character when using arrow keys on HTML5 text input +* Fixed fallback for OpenGL ES 2.0 on older iOS devices when 3.0 is not available +* Fixed using environment variables to define the path to the Emscripten SDK +* Fixed letting the user focus outside a Lime embed when text input is enabled + + 6.1.0 (02/07/2018) ------------------