Update CHANGELOG.md

This commit is contained in:
Joshua Granick
2016-10-11 11:26:58 -07:00
committed by GitHub
parent da0868b13d
commit d8db609e9e

View File

@@ -9,19 +9,19 @@
* Improved CFFI bindings to prevent early GC of bytes * Improved CFFI bindings to prevent early GC of bytes
* Improved the behavior of *.hxp project files * Improved the behavior of *.hxp project files
* Improved support for the C# target * Improved support for the C# target
* Improved <meta build-id="" /> to allow a value of 0 * Improved `<meta build-number="" />` to allow a value of 0
* Improved support for "-lib lime" from plain HXML * Improved support for "-lib lime" from plain HXML
* Implemented relative mouse movement events for Flash and HTML5 * Implemented relative mouse movement events for Flash and HTML5
* Implemented Locale support for Android * Implemented Locale support for Android
* Updated the behavior of "lime run" to imply "trace" (unless "-notrace") * Updated the behavior of "lime run" to imply "trace" (unless "-notrace")
* Updated Android template to allow submission to non-touchscreen devices * Updated Android template to allow submission to non-touchscreen devices
* Fixed support for <java path="" /> on Android * Fixed support for `<java path="" />` on Android
* Fixed the value of Assets.isLocal for certain non-embedded assets * Fixed the value of Assets.isLocal for certain non-embedded assets
* Fixed an issue affecting touch events after an HTML5 build was rotated * 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 use of a custom HAXELIB_PATH for iOS builds (in Xcode)
* Fixed numpad key values in HTML5 * Fixed numpad key values in HTML5
* Fixed C++ casting when converting openfl.Vector to Float32Array * Fixed C++ casting when converting openfl.Vector to Float32Array
* Fixed support for <window allow-high-dpi="true" /> * Fixed support for `<window allow-high-dpi="true" />`
* Fixed Android compilation using debug * Fixed Android compilation using debug
@@ -85,7 +85,7 @@
3.0.1 (07/20/2016) 3.0.1 (07/20/2016)
------------------ ------------------
* Improved the exclude/include filter behavior on <asset /> tags * Improved the exclude/include filter behavior on `<asset />` tags
* Fixed an issue that caused Window to duplicate event dispatches * Fixed an issue that caused Window to duplicate event dispatches
* Fixed the name of generated folder for HTML5 output * Fixed the name of generated folder for HTML5 output
* Fixed support for OpenAL getSource3f * Fixed support for OpenAL getSource3f
@@ -168,7 +168,7 @@
* Ensured that OpenAL is disabled in static builds by default * Ensured that OpenAL is disabled in static builds by default
* Fixed support for the current Haxe development build * Fixed support for the current Haxe development build
* Fixed the setup command to ensure all requested dependencies * Fixed the setup command to ensure all requested dependencies
* Fixed a compile error when using <source /> and an empty path * Fixed a compile error when using `<source />` and an empty path
* Fixed the -notrace flag (to disable "trace" on "test" commands) * Fixed the -notrace flag (to disable "trace" on "test" commands)
@@ -179,7 +179,7 @@
* Added support for Lime event canceling * Added support for Lime event canceling
* Added default keyboard shortcuts for toggling fullscreen * Added default keyboard shortcuts for toggling fullscreen
* Added default Android back button behavior to quit * Added default Android back button behavior to quit
* Added support for <window resizable="false" /> on HTML5 template * Added support for `<window resizable="false" />` on HTML5 template
* Changed iOS default system font path to be more generic * Changed iOS default system font path to be more generic
* Fixed issues with OGG decoding on newer Android NDK * Fixed issues with OGG decoding on newer Android NDK
* Fixed AudioSource complete event when setting currentTime or length * Fixed AudioSource complete event when setting currentTime or length
@@ -533,7 +533,7 @@
* Add cubic support to font decomposition * Add cubic support to font decomposition
* Added Cairo window resize handling * Added Cairo window resize handling
* Added Cairo Freetype support * Added Cairo Freetype support
* Added check to remove duplicated <dependency /> references * Added check to remove duplicated `<dependency />` references
* Minor fix to image premultiply alpha * Minor fix to image premultiply alpha
* Minor fix to "lime create" command * Minor fix to "lime create" command
* Minor fix to rectangle.transform * Minor fix to rectangle.transform