From d8db609e9ecd4383be701c3304916cdfbf192617 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 11 Oct 2016 11:26:58 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e496561ec..901db1352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,19 +9,19 @@ * Improved CFFI bindings to prevent early GC of bytes * Improved the behavior of *.hxp project files * Improved support for the C# target -* Improved to allow a value of 0 +* Improved `` to allow a value of 0 * Improved support for "-lib lime" from plain HXML * Implemented relative mouse movement events for Flash and HTML5 * Implemented Locale support for Android * Updated the behavior of "lime run" to imply "trace" (unless "-notrace") * Updated Android template to allow submission to non-touchscreen devices -* Fixed support for on Android +* Fixed support for `` on Android * Fixed the value of Assets.isLocal for certain non-embedded assets * Fixed an issue affecting touch events after an HTML5 build was rotated * Fixed use of a custom HAXELIB_PATH for iOS builds (in Xcode) * Fixed numpad key values in HTML5 * Fixed C++ casting when converting openfl.Vector to Float32Array -* Fixed support for +* Fixed support for `` * Fixed Android compilation using debug @@ -85,7 +85,7 @@ 3.0.1 (07/20/2016) ------------------ -* Improved the exclude/include filter behavior on tags +* Improved the exclude/include filter behavior on `` tags * Fixed an issue that caused Window to duplicate event dispatches * Fixed the name of generated folder for HTML5 output * Fixed support for OpenAL getSource3f @@ -168,7 +168,7 @@ * 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 a compile error when using `` and an empty path * Fixed the -notrace flag (to disable "trace" on "test" commands) @@ -179,7 +179,7 @@ * Added support for Lime event canceling * Added default keyboard shortcuts for toggling fullscreen * Added default Android back button behavior to quit -* Added support for on HTML5 template +* Added support for `` on HTML5 template * Changed iOS default system font path to be more generic * Fixed issues with OGG decoding on newer Android NDK * Fixed AudioSource complete event when setting currentTime or length @@ -533,7 +533,7 @@ * Add cubic support to font decomposition * Added Cairo window resize handling * Added Cairo Freetype support -* Added check to remove duplicated references +* Added check to remove duplicated `` references * Minor fix to image premultiply alpha * Minor fix to "lime create" command * Minor fix to rectangle.transform